Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Packages that use FieldConfig Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of FieldConfig in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return FieldConfig Modifier and Type Method Description FieldConfig
FieldConfig. addAnnotation(AnnotationInfo annotation)
Adds given annotation to this field.FieldConfig
FieldConfig. addAnnotation(java.lang.annotation.Annotation annotation)
Adds given annotation to this field.FieldConfig
FieldConfig. addAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Adds a marker annotation of given type to this field.FieldConfig
FieldConfig. removeAllAnnotations()
Removes all annotations from this field.FieldConfig
FieldConfig. removeAnnotation(java.util.function.Predicate<AnnotationInfo> predicate)
Removes all annotations matching given predicate from this field.Methods in jakarta.enterprise.inject.build.compatible.spi that return types with arguments of type FieldConfig Modifier and Type Method Description java.util.Collection<FieldConfig>
ClassConfig. fields()
Returns a collection ofFieldConfig
objects for each field of this class, as defined byClassInfo.fields
.
-