Uses of Class
tools.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 tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect with type parameters of type POJOPropertyBuilderModifier and TypeFieldDescriptionprotected List<POJOPropertyBuilder>POJOPropertiesCollector._creatorPropertiesprotected LinkedHashMap<String,POJOPropertyBuilder> POJOPropertiesCollector._propertiesSet of logical property information collected so far.Methods in tools.jackson.databind.introspect that return POJOPropertyBuilderModifier and TypeMethodDescriptionprotected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, String implName) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, PropertyName name) POJOPropertyBuilder.withName(PropertyName newName) POJOPropertyBuilder.withSimpleName(String newSimpleName) Methods in tools.jackson.databind.introspect that return types with arguments of type POJOPropertyBuilderModifier and TypeMethodDescriptionPOJOPropertyBuilder.explode(Collection<PropertyName> newNames) Method called when a previous call tofindExplicitNames()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 tools.jackson.databind.introspect with parameters of type POJOPropertyBuilderModifier and TypeMethodDescriptionprotected booleanPOJOPropertiesCollector._replaceCreatorProperty(List<POJOPropertyBuilder> creatorProperties, POJOPropertyBuilder prop) voidPOJOPropertyBuilder.addAll(POJOPropertyBuilder src) Method for adding all property members from specified collector into this collector.intPOJOPropertyBuilder.compareTo(POJOPropertyBuilder other) Method parameters in tools.jackson.databind.introspect with type arguments of type POJOPropertyBuilderModifier and TypeMethodDescriptionprotected voidPOJOPropertiesCollector._addCreators(Map<String, POJOPropertyBuilder> props) protected voidPOJOPropertiesCollector._addFields(Map<String, POJOPropertyBuilder> props) Method for collecting basic information on all fields foundprotected voidPOJOPropertiesCollector._addGetterMethod(Map<String, POJOPropertyBuilder> props, AnnotatedMethod m) protected voidPOJOPropertiesCollector._addInjectables(Map<String, POJOPropertyBuilder> props) protected voidPOJOPropertiesCollector._addMethods(Map<String, POJOPropertyBuilder> props) Method for collecting basic information on all accessor methods foundprotected voidPOJOPropertiesCollector._addSetterMethod(Map<String, POJOPropertyBuilder> props, AnnotatedMethod m) protected voidPOJOPropertiesCollector._fixLeadingFieldNameCase(Map<String, POJOPropertyBuilder> props) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, String implName) protected POJOPropertyBuilderPOJOPropertiesCollector._property(Map<String, POJOPropertyBuilder> props, PropertyName name) protected voidPOJOPropertiesCollector._removeUnwantedAccessors(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(List<POJOPropertyBuilder> creatorProperties, POJOPropertyBuilder prop) protected voidPOJOPropertiesCollector._sortProperties(Map<String, POJOPropertyBuilder> props) Constructors in tools.jackson.databind.introspect with parameters of type POJOPropertyBuilderModifierConstructorDescriptionprotectedPOJOPropertyBuilder(POJOPropertyBuilder src, PropertyName newName)