Interface AnnotationFilter
public interface AnnotationFilter
- Author:
- taha.bensalah@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptFieldAnnotation(String name, String targetField, String targetType, Field value) booleanacceptMethodAnnotation(String name, String targetMethod, String targetType, Method value) booleanacceptTypeAnnotation(String name, String targetType, Class value) booleanbooleanbooleanwhen true acceptMethodAnnotation and acceptFieldAnnotation will not be invoked if acceptTypeAnnotation returns false
-
Method Details
-
isSupportedTypeAnnotation
boolean isSupportedTypeAnnotation()when true acceptMethodAnnotation and acceptFieldAnnotation will not be invoked if acceptTypeAnnotation returns false- Returns:
- true if supported
-
isSupportedMethodAnnotation
boolean isSupportedMethodAnnotation() -
isSupportedFieldAnnotation
boolean isSupportedFieldAnnotation() -
acceptTypeAnnotation
-
acceptMethodAnnotation
-
acceptFieldAnnotation
-