Uses of Class
com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
Packages that use POJOPropertyBuilder
Package
Description
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of POJOPropertyBuilder in com.fasterxml.jackson.databind.introspect
Classes in com.fasterxml.jackson.databind.introspect that implement interfaces with type arguments of type POJOPropertyBuilderModifier and TypeClassDescriptionclassHelper class used for aggregating information about a single potential POJO property.Fields in com.fasterxml.jackson.databind.introspect with type parameters of type POJOPropertyBuilderModifier and TypeFieldDescriptionprotected LinkedList<POJOPropertyBuilder> POJOPropertiesCollector._creatorPropertiesprotected LinkedHashMap<String, POJOPropertyBuilder> POJOPropertiesCollector._propertiesSet of logical property information collected so far.Methods in com.fasterxml.jackson.databind.introspect that return POJOPropertyBuilderModifier and TypeMethodDescriptionprotected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, PropertyName name) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, String implName) POJOPropertyBuilder.withName(PropertyName newName) POJOPropertyBuilder.withSimpleName(String newSimpleName) Methods in com.fasterxml.jackson.databind.introspect that return types with arguments of type POJOPropertyBuilderModifier and TypeMethodDescriptionPOJOPropertyBuilder.explode(Collection<PropertyName> newNames) Method called when a previous call toPOJOPropertyBuilder.findExplicitNames()found multiple distinct explicit names, and the property this builder represents basically needs to be broken apart and replaced by a set of more than one properties.protected Map<String, POJOPropertyBuilder> POJOPropertiesCollector.getPropertyMap()Methods in com.fasterxml.jackson.databind.introspect with parameters of type POJOPropertyBuilderModifier and TypeMethodDescriptionprotected booleanPOJOPropertiesCollector._replaceCreatorProperty(POJOPropertyBuilder prop, List<POJOPropertyBuilder> creatorProperties) protected voidPOJOPropertiesCollector._updateCreatorProperty(POJOPropertyBuilder prop, List<POJOPropertyBuilder> creatorProperties) Deprecated.voidPOJOPropertyBuilder.addAll(POJOPropertyBuilder src) Method for adding all property members from specified collector into this collector.intPOJOPropertyBuilder.compareTo(POJOPropertyBuilder other) Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type POJOPropertyBuilderModifier and TypeMethodDescriptionprotected voidPOJOPropertiesCollector._addCreatorParam(Map<String, POJOPropertyBuilder> props, AnnotatedParameter param) protected voidPOJOPropertiesCollector._addCreators(Map<String, POJOPropertyBuilder> props) Method for collecting basic information on constructor(s) foundprotected voidPOJOPropertiesCollector._addFields(Map<String, POJOPropertyBuilder> props) Method for collecting basic information on all fields foundprotected voidPOJOPropertiesCollector._addGetterMethod(Map<String, POJOPropertyBuilder> props, AnnotatedMethod m, AnnotationIntrospector ai) protected voidPOJOPropertiesCollector._addInjectables(Map<String, POJOPropertyBuilder> props) protected voidPOJOPropertiesCollector._addMethods(Map<String, POJOPropertyBuilder> props) Method for collecting basic information on all fields foundprotected voidPOJOPropertiesCollector._addSetterMethod(Map<String, POJOPropertyBuilder> props, AnnotatedMethod m, AnnotationIntrospector ai) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, PropertyName name) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, String implName) protected voidPOJOPropertiesCollector._removeUnwantedAccessor(Map<String, POJOPropertyBuilder> props) Method called to further get rid of unwanted individual accessors, based on read/write settings and rules for "pulling in" accessors (or not).protected voidPOJOPropertiesCollector._removeUnwantedProperties(Map<String, POJOPropertyBuilder> props) Method called to get rid of candidate properties that are marked as ignored.protected voidPOJOPropertiesCollector._renameProperties(Map<String, POJOPropertyBuilder> props) protected voidPOJOPropertiesCollector._renameUsing(Map<String, POJOPropertyBuilder> propMap, PropertyNamingStrategy naming) protected voidPOJOPropertiesCollector._renameWithWrappers(Map<String, POJOPropertyBuilder> props) protected booleanPOJOPropertiesCollector._replaceCreatorProperty(POJOPropertyBuilder prop, List<POJOPropertyBuilder> creatorProperties) protected voidPOJOPropertiesCollector._sortProperties(Map<String, POJOPropertyBuilder> props) protected voidPOJOPropertiesCollector._updateCreatorProperty(POJOPropertyBuilder prop, List<POJOPropertyBuilder> creatorProperties) Deprecated.Constructors in com.fasterxml.jackson.databind.introspect with parameters of type POJOPropertyBuilderModifierConstructorDescriptionprotectedPOJOPropertyBuilder(POJOPropertyBuilder src, PropertyName newName)