Package | Description |
---|---|
org.hibernate.metamodel.source.annotations |
Modifier and Type | Method and Description |
---|---|
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 <T> T |
JandexHelper.getValue(org.jboss.jandex.AnnotationInstance annotation,
String element,
Class<T> type)
Retrieves a jandex annotation element value.
|
static <T> T |
JandexHelper.getValue(org.jboss.jandex.AnnotationInstance annotation,
String element,
Class<T> type,
ClassLoaderService classLoaderService) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.