Class ClassInfoScanner
- java.lang.Object
-
- org.wildfly.experimental.api.classpath.runtime.bytecode.ClassInfoScanner
-
public class ClassInfoScanner extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassInfoScanner(ByteRuntimeIndex runtimeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckAnnotationIndex(JandexIndex annotationIndex)Set<AnnotationUsage>getUsages()voidscanClass(InputStream input)
-
-
-
Constructor Detail
-
ClassInfoScanner
public ClassInfoScanner(ByteRuntimeIndex runtimeIndex)
-
-
Method Detail
-
getUsages
public Set<AnnotationUsage> getUsages()
-
scanClass
public void scanClass(InputStream input) throws IOException
- Throws:
IOException
-
checkAnnotationIndex
public boolean checkAnnotationIndex(JandexIndex annotationIndex)
-
-