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 NameTableGenericSignatureParser. namesprivate NameTableIndexer. namesprivate NameTableIndexWriterV2. namesMethods in org.jboss.jandex with parameters of type NameTable Modifier and Type Method Description (package private) voidClassInfo. setFields(java.util.List<FieldInfo> fields, NameTable names)(package private) voidClassInfo. setMethods(java.util.List<MethodInfo> methods, NameTable names)(package private) voidClassInfo. 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)
-