Methods in org.hibernate.metamodel.source.annotations that throw AssertionFailure |
static boolean |
JandexHelper.containsSingleAnnotations(Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
org.jboss.jandex.DotName annotationName)
|
static org.jboss.jandex.AnnotationInstance |
JandexHelper.getSingleAnnotation(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.DotName annotationName)
|
static org.jboss.jandex.AnnotationInstance |
JandexHelper.getSingleAnnotation(Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
org.jboss.jandex.DotName annotationName)
|
static
|
JandexHelper.getValue(org.jboss.jandex.AnnotationInstance annotation,
String element,
Class<T> type)
Retrieves a jandex annotation element value. |