Interface JavaBeanProvider
- All Known Implementing Classes:
BeanProvider
public interface JavaBeanProvider
- Since:
- 1.4
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
canInstantiate
(Class type) Returns true if the Bean provider can instantiate the specified classgetPropertyType
(Object object, String name) newInstance
(Class type) boolean
propertyDefinedInClass
(String name, Class type) void
visitSerializableProperties
(Object object, JavaBeanProvider.Visitor visitor) void
writeProperty
(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
-