com.thoughtworks.xstream.converters.reflection
Class ReflectionConverter
java.lang.Object
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
- All Implemented Interfaces:
- Converter, ConverterMatcher, Caching
- Direct Known Subclasses:
- AnnotationReflectionConverter, LookAndFeelConverter
public class ReflectionConverter
- extends AbstractReflectionConverter
Method Summary |
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionConverter
public ReflectionConverter(Mapper mapper,
ReflectionProvider reflectionProvider)
canConvert
public boolean canConvert(Class type)
- Description copied from interface:
ConverterMatcher
- Determines whether the converter can marshall a particular type.
- Parameters:
type
- the Class representing the object type to be converted
Copyright © 2004-2014 XStream. All Rights Reserved.