Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Package
Description
The build compatible extension SPI.
-
Uses of MethodConfig in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionMethodConfig.addAnnotation
(AnnotationInfo annotation) Adds given annotation to this method.MethodConfig.addAnnotation
(Annotation annotation) Adds given annotation to this method.MethodConfig.addAnnotation
(Class<? extends Annotation> annotationType) Adds a marker annotation of given type to this method.MethodConfig.removeAllAnnotations()
Removes all annotations from this method.MethodConfig.removeAnnotation
(Predicate<AnnotationInfo> predicate) Removes all annotations matching given predicate from this method.Modifier and TypeMethodDescriptionClassConfig.constructors()
Returns a collection ofMethodConfig
objects for each constructor of this class, as defined byClassInfo.constructors
.ClassConfig.methods()
Returns a collection ofMethodConfig
objects for each method of this class, as defined byClassInfo.methods
.