Uses of Class
org.jboss.jandex.Indexer.InnerClassInfo
Packages that use Indexer.InnerClassInfo
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of Indexer.InnerClassInfo in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type Indexer.InnerClassInfoModifier and TypeFieldDescriptionprivate Map
<DotName, Indexer.InnerClassInfo> Indexer.innerClasses
Methods in org.jboss.jandex that return types with arguments of type Indexer.InnerClassInfoModifier and TypeMethodDescriptionprivate ArrayDeque
<Indexer.InnerClassInfo> Indexer.buildClassesQueue
(Type type) Returns a list ofIndexer.InnerClassInfo
s representing types enclosing giventype
.Method parameters in org.jboss.jandex with type arguments of type Indexer.InnerClassInfoModifier and TypeMethodDescriptionprivate Type
Indexer.rebuildNestedType
(Type last, ArrayDeque<Indexer.InnerClassInfo> classes, Type type, int depth, Indexer.TypeAnnotationState typeAnnotationState)