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 FieldInfoDeclarationInfo. asField()Returns this declaration as a field.default FieldInfoFieldInfo. asField()FieldInfoRecordComponentInfo. 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 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.
-