com.fasterxml.jackson.databind.introspect

Class POJOPropertyBuilder

    • Field Detail

      • _forSerialization

        protected final boolean _forSerialization
        Whether property is being composed for serialization (true) or deserialization (false)
      • _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 com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.Linked<AnnotatedField> _fields
      • _ctorParameters

        protected com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.Linked<AnnotatedParameter> _ctorParameters
      • _getters

        protected com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.Linked<AnnotatedMethod> _getters
      • _setters

        protected com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.Linked<AnnotatedMethod> _setters

Copyright © 2012-2013 FasterXML. All Rights Reserved.