Class JavaBeanConverter

java.lang.Object
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
All Implemented Interfaces:
Converter, ConverterMatcher

public class JavaBeanConverter extends Object implements Converter
Can convert any bean with a public default constructor. The BeanProvider used as default is based on BeanInfo. Indexed properties are currently not supported.