com.thoughtworks.xstream.converters.javabean
Interface JavaBeanProvider
- All Known Implementing Classes:
- BeanProvider
public interface JavaBeanProvider
- Since:
- 1.4
- Author:
- Jörg Schaible
newInstance
Object newInstance(Class type)
visitSerializableProperties
void visitSerializableProperties(Object object,
JavaBeanProvider.Visitor visitor)
writeProperty
void writeProperty(Object object,
String propertyName,
Object value)
getPropertyType
Class getPropertyType(Object object,
String name)
propertyDefinedInClass
boolean propertyDefinedInClass(String name,
Class type)
canInstantiate
boolean canInstantiate(Class type)
- Returns true if the Bean provider can instantiate the specified class
Copyright © 2004-2014 XStream. All Rights Reserved.