Uses of Class
org.jboss.jandex.Indexer.TypeAnnotationState
-
Packages that use Indexer.TypeAnnotationState Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
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. typeAnnotationsMethods in org.jboss.jandex that return Indexer.TypeAnnotationState Modifier and Type Method Description private Indexer.TypeAnnotationStateIndexer. processTypeAnnotation(java.io.DataInputStream data, AnnotationTarget target, boolean visible)Methods in org.jboss.jandex with parameters of type Indexer.TypeAnnotationState Modifier and Type Method Description private booleanIndexer. hasAnonymousEncloser(Indexer.TypeAnnotationState typeAnnotationState)private booleanIndexer. hasLocalEncloser(Indexer.TypeAnnotationState typeAnnotationState)private TypeIndexer. rebuildNestedType(Type last, java.util.ArrayDeque<Indexer.InnerClassInfo> classes, Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)private voidIndexer. resolveTypeAnnotation(AnnotationTarget target, Indexer.TypeAnnotationState typeAnnotationState)private TypeIndexer. resolveTypePath(Type type, Indexer.TypeAnnotationState typeAnnotationState)private TypeIndexer. searchNestedType(Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)private TypeIndexer. searchTypePath(Type type, Indexer.TypeAnnotationState typeAnnotationState)private booleanIndexer. skipBridge(Indexer.TypeAnnotationState typeAnnotationState, MethodInfo method)private booleanIndexer. targetsArray(Indexer.TypeAnnotationState typeAnnotationState)private voidIndexer. updateTypeTarget(AnnotationTarget enclosingTarget, Indexer.TypeAnnotationState typeAnnotationState)
-