Class POJOPropertyBuilder

    • Field Detail

      • _name

        protected final String _name
        External name of logical property; may change with renaming (by new instance being constructed using a new name)
      • _internalName

        protected final String _internalName
        Original internal name, derived from accessor, of this property. Will not be changed by renaming.
      • _fields

        protected org.codehaus.jackson.map.introspect.POJOPropertyBuilder.Node<AnnotatedField> _fields
      • _ctorParameters

        protected org.codehaus.jackson.map.introspect.POJOPropertyBuilder.Node<AnnotatedParameter> _ctorParameters
      • _getters

        protected org.codehaus.jackson.map.introspect.POJOPropertyBuilder.Node<AnnotatedMethod> _getters
      • _setters

        protected org.codehaus.jackson.map.introspect.POJOPropertyBuilder.Node<AnnotatedMethod> _setters
    • Constructor Detail

      • POJOPropertyBuilder

        public POJOPropertyBuilder​(String internalName)