com.thoughtworks.xstream.annotations
Annotation Type XStreamConverter


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
@Documented
public @interface XStreamConverter

Annotation to declare a converter.

Note, the annotation matches a ConverterMatcher. com.thoughtworks.xstream.converters.ConverterMatche as well as SingleValueConverter extend this interface. The AnnotationMapper can only handle these two known types.

Author:
Chung-Onn Cheong, Jörg Schaible

Required Element Summary
 java.lang.Class<? extends ConverterMatcher> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends ConverterMatcher> value


Copyright © 2004-2012 XStream. All Rights Reserved.