Interface JavaBeanProvider

All Known Implementing Classes:
BeanProvider

public interface JavaBeanProvider
Since:
1.4
  • Method Details

    • 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