Interface JavaBeanProvider
- All Known Implementing Classes:
BeanProvider
public interface JavaBeanProvider
- Since:
- 1.4
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleancanInstantiate(Class type) Returns true if the Bean provider can instantiate the specified classgetPropertyType(Object object, String name) newInstance(Class type) booleanpropertyDefinedInClass(String name, Class type) voidvisitSerializableProperties(Object object, JavaBeanProvider.Visitor visitor) voidwriteProperty(Object object, String propertyName, Object value)
-
Method Details
-
newInstance
-
visitSerializableProperties
-
writeProperty
-
getPropertyType
-
propertyDefinedInClass
-
canInstantiate
Returns true if the Bean provider can instantiate the specified class
-