Class JandexAnnotationsLoader
- java.lang.Object
-
- com.github.t1.annotations.AnnotationsLoader
-
- com.github.t1.powerannotations.utils.jandex.JandexAnnotationsLoader
-
public class JandexAnnotationsLoader extends AnnotationsLoader
-
-
Constructor Summary
Constructors Constructor Description JandexAnnotationsLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationsonField(Class<?> type, String fieldName)AnnotationsonMethod(Class<?> type, String methodName, Class<?>... argTypes)AnnotationsonType(Class<?> type)
-
-
-
Method Detail
-
onType
public Annotations onType(Class<?> type)
- Specified by:
onTypein classAnnotationsLoader
-
onField
public Annotations onField(Class<?> type, String fieldName)
- Specified by:
onFieldin classAnnotationsLoader
-
onMethod
public Annotations onMethod(Class<?> type, String methodName, Class<?>... argTypes)
- Specified by:
onMethodin classAnnotationsLoader
-
-