Uses of Class
org.jboss.jandex.Indexer.TypeAnnotationState
-
-
Uses of Indexer.TypeAnnotationState in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type Indexer.TypeAnnotationState Modifier and Type Field Description private java.util.IdentityHashMap<AnnotationTarget,java.util.List<Indexer.TypeAnnotationState>>
Indexer. typeAnnotations
Methods in org.jboss.jandex that return Indexer.TypeAnnotationState Modifier and Type Method Description private Indexer.TypeAnnotationState
Indexer. processTypeAnnotation(java.io.DataInputStream data, AnnotationTarget target)
Methods in org.jboss.jandex with parameters of type Indexer.TypeAnnotationState Modifier and Type Method Description private boolean
Indexer. hasAnonymousEncloser(Indexer.TypeAnnotationState typeAnnotationState)
private Type
Indexer. rebuildNestedType(Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)
private void
Indexer. resolveTypeAnnotation(AnnotationTarget target, Indexer.TypeAnnotationState typeAnnotationState)
private Type
Indexer. resolveTypePath(Type type, Indexer.TypeAnnotationState typeAnnotationState)
private Type
Indexer. searchNestedType(Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)
private Type
Indexer. searchTypePath(Type type, Indexer.TypeAnnotationState typeAnnotationState)
private boolean
Indexer. skipBridge(Indexer.TypeAnnotationState typeAnnotationState, MethodInfo method)
private boolean
Indexer. targetsArray(Indexer.TypeAnnotationState typeAnnotationState)
private void
Indexer. updateTypeTarget(AnnotationTarget enclosingTarget, Indexer.TypeAnnotationState typeAnnotationState)
-