Uses of Class
org.jboss.jandex.Indexer.TypeAnnotationState
Packages that use Indexer.TypeAnnotationState
Package
Description
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.TypeAnnotationStateMethods in org.jboss.jandex that return Indexer.TypeAnnotationStateModifier and TypeMethodDescriptionprivate Indexer.TypeAnnotationStateIndexer.processTypeAnnotation(DataInputStream data, AnnotationTarget target, boolean visible) Methods in org.jboss.jandex with parameters of type Indexer.TypeAnnotationStateModifier and TypeMethodDescriptionprivate booleanIndexer.hasAnonymousEncloser(Indexer.TypeAnnotationState typeAnnotationState) private booleanIndexer.hasLocalEncloser(Indexer.TypeAnnotationState typeAnnotationState) private TypeIndexer.rebuildNestedType(Type last, 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)