Uses of Class
com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector.FieldBuilder
Packages that use AnnotatedFieldCollector.FieldBuilder
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 AnnotatedFieldCollector.FieldBuilder in com.fasterxml.jackson.databind.introspect
Methods in com.fasterxml.jackson.databind.introspect that return types with arguments of type AnnotatedFieldCollector.FieldBuilderModifier and TypeMethodDescriptionAnnotatedFieldCollector._findFields(TypeResolutionContext tc, JavaType type, Map<String, AnnotatedFieldCollector.FieldBuilder> fields) Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type AnnotatedFieldCollector.FieldBuilderModifier and TypeMethodDescriptionprivate voidAnnotatedFieldCollector._addFieldMixIns(Class<?> mixInCls, Class<?> targetClass, Map<String, AnnotatedFieldCollector.FieldBuilder> fields) Method called to add field mix-ins from given mix-in class (and its fields) into already collected actual fields (from introspected classes and their super-classes)AnnotatedFieldCollector._findFields(TypeResolutionContext tc, JavaType type, Map<String, AnnotatedFieldCollector.FieldBuilder> fields)