com.thoughtworks.xstream.annotations
Class AnnotationReflectionConverter
java.lang.Object
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
- All Implemented Interfaces:
- Converter, ConverterMatcher, Caching
Deprecated. As of 1.3, build into ReflectionConverter
@Deprecated
public class AnnotationReflectionConverter
- extends ReflectionConverter
ReflectionConverter which uses an AnnotationProvider to marshall and unmarshall fields based
on the annotated converters.
- Author:
- Guilherme Silveira, Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationReflectionConverter
@Deprecated
public AnnotationReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider,
AnnotationProvider annotationProvider)
- Deprecated.
marshallField
protected void marshallField(MarshallingContext context,
Object newObj,
Field field)
- Deprecated.
- Overrides:
marshallField
in class AbstractReflectionConverter
unmarshallField
protected Object unmarshallField(UnmarshallingContext context,
Object result,
Class type,
Field field)
- Deprecated.
- Overrides:
unmarshallField
in class AbstractReflectionConverter
Copyright © 2004-2014 XStream. All Rights Reserved.