ReflectionConverter
@Deprecated public class AnnotationReflectionConverter extends ReflectionConverter
AbstractReflectionConverter.DuplicateFieldException
mapper, reflectionProvider, serializationMethodInvoker
Constructor and Description |
---|
AnnotationReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider,
AnnotationProvider annotationProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshallField(MarshallingContext context,
java.lang.Object newObj,
java.lang.reflect.Field field)
Deprecated.
|
protected java.lang.Object |
unmarshallField(UnmarshallingContext context,
java.lang.Object result,
java.lang.Class type,
java.lang.reflect.Field field)
Deprecated.
|
canConvert
doMarshal, doUnmarshal, instantiateNewInstance, marshal, shouldUnmarshalTransientFields, unmarshal
@Deprecated public AnnotationReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider, AnnotationProvider annotationProvider)
protected void marshallField(MarshallingContext context, java.lang.Object newObj, java.lang.reflect.Field field)
marshallField
in class AbstractReflectionConverter
protected java.lang.Object unmarshallField(UnmarshallingContext context, java.lang.Object result, java.lang.Class type, java.lang.reflect.Field field)
unmarshallField
in class AbstractReflectionConverter
Copyright © 2004-2012 XStream. All Rights Reserved.