Class AnnotatedFieldCollector
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector
-
public class AnnotatedFieldCollector extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<AnnotatedField>
collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type, boolean collectAnnotations)
-
-
-
Method Detail
-
collectFields
public static java.util.List<AnnotatedField> collectFields(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type, boolean collectAnnotations)
-
-