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
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 aFieldInfo
if it is of kindFIELD
ClassInfo.asField()
final FieldInfo
FieldInfo.asField()
final FieldInfo
MethodInfo.asField()
final FieldInfo
MethodParameterInfo.asField()
final FieldInfo
RecordComponentInfo.asField()
final FieldInfo
TypeTarget.asField()
static FieldInfo
Construct a new mock Field instance.final FieldInfo
Retrieves a field by the given name.final FieldInfo
RecordComponentInfo.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 String
DescriptorReconstruction.fieldDescriptor
(FieldInfo field, Function<String, Type> typeVariableSubstitution) Returns an equivalence key for given field.private void
Indexer.parseFieldSignature
(String signature, FieldInfo field) (package private) static String
GenericSignatureReconstruction.reconstructGenericSignature
(FieldInfo field, Function<String, Type> typeVariableSubstitution) (package private) static boolean
GenericSignatureReconstruction.requiresGenericSignature
(FieldInfo field) Method parameters in org.jboss.jandex with type arguments of type FieldInfoModifier and TypeMethodDescription(package private) void
Adds a predicate that tests whether the current field matches givenpredicate
.
ClassInfo.fieldsInDeclarationOrder()