ReflectionConverter
@Deprecated public class AnnotationReflectionConverter extends ReflectionConverter
AbstractReflectionConverter.DuplicateFieldException, AbstractReflectionConverter.UnknownFieldException
mapper, reflectionProvider, serializationMembers, serializationMethodInvoker
Constructor and Description |
---|
AnnotationReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider,
AnnotationProvider annotationProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshallField(MarshallingContext context,
Object newObj,
Field field)
Deprecated.
|
protected Object |
unmarshallField(UnmarshallingContext context,
Object result,
Class type,
Field field)
Deprecated.
|
canConvert
canAccess, doMarshal, doUnmarshal, flushCache, instantiateNewInstance, marshal, readResolve, shouldUnmarshalField, shouldUnmarshalTransientFields, unmarshal
@Deprecated public AnnotationReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider, AnnotationProvider annotationProvider)
protected void marshallField(MarshallingContext context, Object newObj, Field field)
marshallField
in class AbstractReflectionConverter
protected Object unmarshallField(UnmarshallingContext context, Object result, Class type, Field field)
unmarshallField
in class AbstractReflectionConverter
Copyright © 2004–2017 XStream. All rights reserved.