Uses of Class
org.jboss.jandex.FieldInfo
-
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.fields()
Returns a list of all available fields.ClassInfo.unsortedFields()
Methods in org.jboss.jandex with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate void
Indexer.parseFieldSignature
(String signature, FieldInfo field) Method parameters in org.jboss.jandex with type arguments of type FieldInfo