|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
ReflectionConverter
@Deprecated public class AnnotationReflectionConverter
ReflectionConverter which uses an AnnotationProvider to marshall and unmarshall fields based on the annotated converters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
|---|
AbstractReflectionConverter.DuplicateFieldException, AbstractReflectionConverter.UnknownFieldException |
| Field Summary |
|---|
| Fields inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
|---|
mapper, reflectionProvider, serializationMethodInvoker |
| Constructor Summary | |
|---|---|
AnnotationReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider,
AnnotationProvider annotationProvider)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
marshallField(MarshallingContext context,
Object newObj,
Field field)
Deprecated. |
protected Object |
unmarshallField(UnmarshallingContext context,
Object result,
Class type,
Field field)
Deprecated. |
| Methods inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter |
|---|
canConvert |
| Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
|---|
doMarshal, doUnmarshal, flushCache, instantiateNewInstance, marshal, shouldUnmarshalTransientFields, unmarshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public AnnotationReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider,
AnnotationProvider annotationProvider)
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||