|
||||||||||
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
public class ReflectionConverter
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
---|
AbstractReflectionConverter.DuplicateFieldException |
Field Summary |
---|
Fields inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
---|
mapper, reflectionProvider, serializationMethodInvoker |
Constructor Summary | |
---|---|
ReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider)
|
Method Summary | |
---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type. |
Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter |
---|
doMarshal, doUnmarshal, instantiateNewInstance, marshal, marshallField, shouldUnmarshalTransientFields, unmarshal, unmarshallField |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionConverter(Mapper mapper, ReflectionProvider reflectionProvider)
Method Detail |
---|
public boolean canConvert(java.lang.Class type)
ConverterMatcher
type
- the Class representing the object type to be converted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |