Uses of Interface
jakarta.enterprise.lang.model.declarations.FieldInfo
-
Packages that use FieldInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of FieldInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return FieldInfo Modifier and Type Method Description default FieldInfo
DeclarationInfo. asField()
Returns this declaration as a field.default FieldInfo
FieldInfo. asField()
FieldInfo
RecordComponentInfo. field()
Returns the field corresponding to this record component.Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type FieldInfo Modifier and Type Method Description java.util.Collection<FieldInfo>
ClassInfo. fields()
Returns a collection of fields declared or implicitly declared in this class and all its superclasses up to and excludingjava.lang.Object
, as well as all direct and indirect superinterfaces.
-