public interface AnnotationFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptFieldAnnotation(String name,
String targetField,
String targetType,
Field value) |
boolean |
acceptMethodAnnotation(String name,
String targetMethod,
String targetType,
Method value) |
boolean |
acceptTypeAnnotation(String name,
String targetType,
Class value) |
boolean |
isSupportedFieldAnnotation() |
boolean |
isSupportedMethodAnnotation() |
boolean |
isSupportedTypeAnnotation()
when true acceptMethodAnnotation and acceptFieldAnnotation will not be
invoked if acceptTypeAnnotation returns false
|
boolean isSupportedTypeAnnotation()
boolean isSupportedMethodAnnotation()
boolean isSupportedFieldAnnotation()
boolean acceptMethodAnnotation(String name, String targetMethod, String targetType, Method value)
Copyright © 2021 vpc open source initiative. All rights reserved.