Uses of Class
org.jboss.jandex.FieldInfo
-
-
Uses of FieldInfo in org.jboss.jandex
Methods in org.jboss.jandex that return FieldInfo Modifier and Type Method Description FieldInfo
AnnotationTarget. asField()
Casts and returns this target as aFieldInfo
if it is of kindFIELD
FieldInfo
ClassInfo. asField()
FieldInfo
FieldInfo. asField()
FieldInfo
MethodInfo. asField()
FieldInfo
MethodParameterInfo. asField()
FieldInfo
RecordComponentInfo. asField()
FieldInfo
TypeTarget. asField()
static FieldInfo
FieldInfo. create(ClassInfo clazz, String name, Type type, short flags)
Construct a new mock Field instance.FieldInfo
ClassInfo. field(String name)
Retrieves a field by the given name.FieldInfo
RecordComponentInfo. field()
Returns the component field corresponding to this record component.Methods in org.jboss.jandex that return types with arguments of type FieldInfo Modifier and Type Method Description List<FieldInfo>
ClassInfo. fields()
Returns a list of all available fields.List<FieldInfo>
ClassInfo. unsortedFields()
-