Uses of Class
org.jboss.jandex.NameTable
-
Packages that use NameTable Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of NameTable in org.jboss.jandex
Fields in org.jboss.jandex declared as NameTable Modifier and Type Field Description private NameTable
GenericSignatureParser. names
private NameTable
Indexer. names
private NameTable
IndexWriterV2. names
Methods in org.jboss.jandex with parameters of type NameTable Modifier and Type Method Description (package private) void
ClassInfo. setFields(java.util.List<FieldInfo> fields, NameTable names)
(package private) void
ClassInfo. setMethods(java.util.List<MethodInfo> methods, NameTable names)
(package private) void
ClassInfo. setRecordComponents(java.util.List<RecordComponentInfo> recordComponents, NameTable names)
(package private) static <T> byte[]
ClassInfo. sortAndGetPositions(T[] internals, java.util.Comparator<T> comparator, NameTable names)
Sorts the array of internals using the provided comparator and returns an array of offsets in the original order of internals.Constructors in org.jboss.jandex with parameters of type NameTable Constructor Description GenericSignatureParser(NameTable names)
-