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.TypeAnnotationState
Indexer.processTypeAnnotation
(DataInputStream data, AnnotationTarget target, boolean visible) Methods in org.jboss.jandex with parameters of type Indexer.TypeAnnotationStateModifier and TypeMethodDescriptionprivate boolean
Indexer.hasAnonymousEncloser
(Indexer.TypeAnnotationState typeAnnotationState) private boolean
Indexer.hasLocalEncloser
(Indexer.TypeAnnotationState typeAnnotationState) private Type
Indexer.rebuildNestedType
(Type last, ArrayDeque<Indexer.InnerClassInfo> classes, 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)