Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.FieldConfig
Package
Description
The build compatible extension SPI.
-
Uses of FieldConfig in jakarta.enterprise.inject.build.compatible.spi
Modifier 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.Modifier and TypeMethodDescriptionClassConfig.fields()
Returns a collection ofFieldConfig
objects for each field of this class, as defined byClassInfo.fields
.