Class BeanPropertyIntrospector


  • public class BeanPropertyIntrospector
    extends java.lang.Object
    Helper class that jackson-jr uses by default to introspect POJO properties (represented as POJODefinition) to build general POJO readers (deserializers) and writers (serializers).

    Note that most of the usage is via ValueReaderLocator and ValueWriterLocator

    Since:
    2.11
    • Constructor Detail

      • BeanPropertyIntrospector

        public BeanPropertyIntrospector()