public class JandexAnnotationsLoader extends AnnotationsLoader
| Constructor and Description |
|---|
JandexAnnotationsLoader() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
onField(Class<?> type,
String fieldName) |
Annotations |
onMethod(Class<?> type,
String methodName,
Class<?>... argTypes) |
Annotations |
onType(Class<?> type) |
public Annotations onType(Class<?> type)
onType in class AnnotationsLoaderpublic Annotations onField(Class<?> type, String fieldName)
onField in class AnnotationsLoaderpublic Annotations onMethod(Class<?> type, String methodName, Class<?>... argTypes)
onMethod in class AnnotationsLoaderCopyright © 2018–2022. All rights reserved.