Class JandexUtils
- java.lang.Object
-
- org.hibernate.search.util.common.jar.impl.JandexUtils
-
public final class JandexUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.jandex.IndexViewcompositeIndex(Collection<org.jboss.jandex.IndexView> jandexIndexes)static org.jboss.jandex.IndexViewemptyIndex()static 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>readIndex(URL codeSourceLocation)static org.jboss.jandex.IndexreadOrBuildIndex(URL codeSourceLocation)
-
-
-
Method Detail
-
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
public static org.jboss.jandex.Index readOrBuildIndex(URL codeSourceLocation)
-
-