Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
Packages that use ParameterConfig
Package
Description
The build compatible extension SPI.
-
Uses of ParameterConfig in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return ParameterConfigModifier 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.Methods in jakarta.enterprise.inject.build.compatible.spi that return types with arguments of type ParameterConfigModifier and TypeMethodDescriptionMethodConfig.parameters()
Returns a list ofParameterConfig
objects for each parameter of this method.