Uses of Class
tools.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 tools.jackson.databind.introspect
Methods in tools.jackson.databind.introspect that return types with arguments of type AnnotatedFieldCollector.FieldBuilderModifier and TypeMethodDescriptionprivate Map<String, AnnotatedFieldCollector.FieldBuilder> AnnotatedFieldCollector._findFields(TypeResolutionContext tc, JavaType type, Class<?> mixin, Map<String, AnnotatedFieldCollector.FieldBuilder> fields) Method parameters in tools.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)private Map<String, AnnotatedFieldCollector.FieldBuilder> AnnotatedFieldCollector._findFields(TypeResolutionContext tc, JavaType type, Class<?> mixin, Map<String, AnnotatedFieldCollector.FieldBuilder> fields)