Class AnnotatedFieldCollector.FieldBuilder
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector.FieldBuilder
-
- Enclosing class:
- AnnotatedFieldCollector
private static final class AnnotatedFieldCollector.FieldBuilder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AnnotationCollector
annotations
java.lang.reflect.Field
field
TypeResolutionContext
typeContext
-
Constructor Summary
Constructors Constructor Description FieldBuilder(TypeResolutionContext tc, java.lang.reflect.Field f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedField
build()
-
-
-
Field Detail
-
typeContext
public final TypeResolutionContext typeContext
-
field
public final java.lang.reflect.Field field
-
annotations
public AnnotationCollector annotations
-
-
Constructor Detail
-
FieldBuilder
public FieldBuilder(TypeResolutionContext tc, java.lang.reflect.Field f)
-
-
Method Detail
-
build
public AnnotatedField build()
-
-