Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
Package
Description
The build compatible extension SPI.
-
Uses of ParameterConfig in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionParameterConfig.addAnnotation
(AnnotationInfo annotation) Adds given annotation to this method parameter.ParameterConfig.addAnnotation
(Annotation annotation) Adds given annotation to this method parameter.ParameterConfig.addAnnotation
(Class<? extends Annotation> annotationType) Adds a marker annotation of given type to this method parameter.ParameterConfig.removeAllAnnotations()
Removes all annotations from this method parameter.ParameterConfig.removeAnnotation
(Predicate<AnnotationInfo> predicate) Removes all annotations matching given predicate from this method parameter.Modifier and TypeMethodDescriptionMethodConfig.parameters()
Returns a list ofParameterConfig
objects for each parameter of this method.