Class JandexUtils
java.lang.Object
org.hibernate.search.util.common.jar.impl.JandexUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.jandex.IndexViewcompositeIndex(Collection<org.jboss.jandex.IndexView> jandexIndexes) static org.jboss.jandex.IndexViewstatic org.jboss.jandex.ClassInfoextractDeclaringClass(org.jboss.jandex.AnnotationTarget target) static Set<org.jboss.jandex.DotName>findAnnotatedAnnotationsAndContaining(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName metaAnnotation) static Optional<org.jboss.jandex.Index>static org.jboss.jandex.IndexreadOrBuildIndex(URL codeSourceLocation)
-
Method Details
-
emptyIndex
public static org.jboss.jandex.IndexView emptyIndex() -
compositeIndex
public static org.jboss.jandex.IndexView compositeIndex(Collection<org.jboss.jandex.IndexView> jandexIndexes) -
findAnnotatedAnnotationsAndContaining
public static Set<org.jboss.jandex.DotName> findAnnotatedAnnotationsAndContaining(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName metaAnnotation) -
extractDeclaringClass
public static org.jboss.jandex.ClassInfo extractDeclaringClass(org.jboss.jandex.AnnotationTarget target) -
readOrBuildIndex
-
readIndex
-