Uses of Interface
jakarta.enterprise.lang.model.declarations.FieldInfo
-
Packages that use FieldInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of FieldInfo in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return FieldInfo Modifier and Type Method Description FieldInfo
FieldConfig. info()
Returns theFieldInfo
corresponding to this transformed field.FieldInfo
BeanInfo. producerField()
Returns the producer field that defines this bean. -
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.
-