public interface JavaBeanProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
JavaBeanProvider.Visitor |
Modifier and Type | Method and Description |
---|---|
boolean |
canInstantiate(Class type)
Returns true if the Bean provider can instantiate the specified class
|
Class |
getPropertyType(Object object,
String name) |
Object |
newInstance(Class type) |
boolean |
propertyDefinedInClass(String name,
Class type) |
void |
visitSerializableProperties(Object object,
JavaBeanProvider.Visitor visitor) |
void |
writeProperty(Object object,
String propertyName,
Object value) |
void visitSerializableProperties(Object object, JavaBeanProvider.Visitor visitor)
boolean canInstantiate(Class type)
Copyright © 2004–2017 XStream. All rights reserved.