private static final class AnnotatedMethodCollector.MethodBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AnnotationCollector |
annotations |
java.lang.reflect.Method |
method |
TypeResolutionContext |
typeContext |
Constructor and Description |
---|
MethodBuilder(TypeResolutionContext tc,
java.lang.reflect.Method m,
AnnotationCollector ann) |
Modifier and Type | Method and Description |
---|---|
AnnotatedMethod |
build() |
public TypeResolutionContext typeContext
public java.lang.reflect.Method method
public AnnotationCollector annotations
public MethodBuilder(TypeResolutionContext tc, java.lang.reflect.Method m, AnnotationCollector ann)
public AnnotatedMethod build()