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