Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Packages that use MethodConfig
Package
Description
The build compatible extension SPI.
-
Uses of MethodConfig in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return MethodConfigModifier 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.Methods in jakarta.enterprise.inject.build.compatible.spi that return types with arguments of type MethodConfigModifier and TypeMethodDescriptionClassConfig.constructors()Returns a collection ofMethodConfigobjects for each constructor of this class, as defined byClassInfo.constructors.ClassConfig.methods()Returns a collection ofMethodConfigobjects for each method of this class, as defined byClassInfo.methods.