public interface AnnotatedParameterProcessor
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
AnnotatedParameterProcessor.AnnotatedParameterContext
Specifies the parameter context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationType()
Retrieves the processor supported annotation type.
|
boolean |
processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context,
java.lang.annotation.Annotation annotation,
java.lang.reflect.Method method)
Process the annotated parameter.
|
java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
boolean processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, java.lang.annotation.Annotation annotation, java.lang.reflect.Method method)
context - the parameter contextannotation - the annotation instancemethod - the method that contains the annotation