Uses of Class
org.jboss.jandex.RecordComponentInfo
-
Packages that use RecordComponentInfo Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of RecordComponentInfo in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type RecordComponentInfo Modifier and Type Field Description private java.util.List<RecordComponentInfo>Indexer. recordComponentsMethods in org.jboss.jandex that return RecordComponentInfo Modifier and Type Method Description RecordComponentInfoAnnotationTarget. asRecordComponent()Casts and returns this target as aRecordComponentInfoif it is of kindRECORD_COMPONENTRecordComponentInfoClassInfo. asRecordComponent()RecordComponentInfoFieldInfo. asRecordComponent()RecordComponentInfoMethodInfo. asRecordComponent()RecordComponentInfoMethodParameterInfo. asRecordComponent()RecordComponentInfoRecordComponentInfo. asRecordComponent()RecordComponentInfoTypeTarget. asRecordComponent()static RecordComponentInfoRecordComponentInfo. create(ClassInfo clazz, java.lang.String name, Type type)Constructs a new mock record component infoRecordComponentInfoRecordComponentInfoGenerator. get(int i)RecordComponentInfoClassInfo. recordComponent(java.lang.String name)Retrieves a record component by the given name.Methods in org.jboss.jandex that return types with arguments of type RecordComponentInfo Modifier and Type Method Description java.util.List<RecordComponentInfo>ClassInfo. recordComponents()Returns a list of all record components declared by this class.java.util.List<RecordComponentInfo>ClassInfo. recordComponentsInDeclarationOrder()Returns a list of all record components declared in this class, in the declaration order.java.util.List<RecordComponentInfo>ClassInfo. unsortedRecordComponents()Deprecated.Methods in org.jboss.jandex with parameters of type RecordComponentInfo Modifier and Type Method Description static EquivalenceKey.RecordComponentEquivalenceKeyEquivalenceKey. of(RecordComponentInfo recordComponent)Returns an equivalence key for given record component.private voidIndexer. parseRecordComponentSignature(java.lang.String signature, RecordComponentInfo recordComponent)(package private) static java.lang.StringGenericSignatureReconstruction. reconstructGenericSignature(RecordComponentInfo recordComponent, java.util.function.Function<java.lang.String,Type> typeVariableSubstitution)(package private) static java.lang.StringDescriptorReconstruction. recordComponentDescriptor(RecordComponentInfo recordComponent, java.util.function.Function<java.lang.String,Type> typeVariableSubstitution)(package private) static booleanGenericSignatureReconstruction. requiresGenericSignature(RecordComponentInfo recordComponent)Method parameters in org.jboss.jandex with type arguments of type RecordComponentInfo Modifier and Type Method Description (package private) voidClassInfo. setRecordComponents(java.util.List<RecordComponentInfo> recordComponents, NameTable names)AnnotationTransformation.RecordComponentBuilderAnnotationTransformation.RecordComponentBuilder. whenRecordComponent(java.util.function.Predicate<RecordComponentInfo> predicate)Adds a predicate that tests whether the current record component matches givenpredicate.
-