Class JavaBeanConverter

java.lang.Object
org.jdrupes.jsonb.beans.JavaBeanConverter
Direct Known Subclasses:
JavaBeanDeserializer, JavaBeanSerializer

public class JavaBeanConverter extends Object
Common base class for the JavaBean serializer and deserializer.
  • Constructor Details

  • Method Details

    • findPropertyEditor

      protected static PropertyEditor findPropertyEditor(Class<?> cls)
      Find the property editor for the given class.
      Parameters:
      cls - the class
      Returns:
      the property editor
    • findBeanInfo

      protected static BeanInfo findBeanInfo(Class<?> cls)
      Find the bean info for the given class.
      Parameters:
      cls - the class
      Returns:
      the bean info