Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.FieldConfig
Packages that use FieldConfig
Package
Description
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 FieldConfigModifier and TypeMethodDescriptionFieldConfig.addAnnotation(AnnotationInfo annotation) Adds given annotation to this field.FieldConfig.addAnnotation(Annotation annotation) Adds given annotation to this field.FieldConfig.addAnnotation(Class<? extends Annotation> annotationType) Adds a marker annotation of given type to this field.FieldConfig.removeAllAnnotations()Removes all annotations from this field.FieldConfig.removeAnnotation(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 FieldConfigModifier and TypeMethodDescriptionClassConfig.fields()Returns a collection ofFieldConfigobjects for each field of this class, as defined byClassInfo.fields.