Uses of Class
org.jboss.jandex.FieldInfo
Packages that use FieldInfo
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of FieldInfo in org.jboss.jandex
Subclasses with type arguments of type FieldInfo in org.jboss.jandexModifier and TypeClassDescription(package private) classA list which wraps FieldInternal objects with a FieldInfo, so that the declaring class' reference can be set.Fields in org.jboss.jandex with type parameters of type FieldInfoMethods in org.jboss.jandex that return FieldInfoModifier and TypeMethodDescriptionAnnotationTarget.asField()Casts and returns this target as aFieldInfoif it is of kindFIELDClassInfo.asField()final FieldInfoFieldInfo.asField()final FieldInfoMethodInfo.asField()final FieldInfoMethodParameterInfo.asField()final FieldInfoRecordComponentInfo.asField()final FieldInfoTypeTarget.asField()static FieldInfoConstruct a new mock Field instance.final FieldInfoRetrieves a field by the given name.final FieldInfoRecordComponentInfo.field()Returns the component field corresponding to this record component.FieldInfoGenerator.get(int i) Methods in org.jboss.jandex that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClassInfo.enumConstants()Returns a list of enum constants declared by this enum class, represented asFieldInfo.ClassInfo.fields()Returns a list of all available fields.ClassInfo.fieldsInDeclarationOrder()Returns a list of all fields declared in this class, in the declaration order.ClassInfo.unsortedFields()Deprecated.Methods in org.jboss.jandex with parameters of type FieldInfoModifier and TypeMethodDescription(package private) static StringDescriptorReconstruction.fieldDescriptor(FieldInfo field, Function<String, Type> typeVariableSubstitution) Returns an equivalence key for given field.private voidIndexer.parseFieldSignature(String signature, FieldInfo field) (package private) static StringGenericSignatureReconstruction.reconstructGenericSignature(FieldInfo field, Function<String, Type> typeVariableSubstitution) (package private) static booleanGenericSignatureReconstruction.requiresGenericSignature(FieldInfo field) Method parameters in org.jboss.jandex with type arguments of type FieldInfoModifier and TypeMethodDescription(package private) voidAdds a predicate that tests whether the current field matches givenpredicate.
ClassInfo.fieldsInDeclarationOrder()