Uses of Class
org.jboss.resteasy.reactive.common.processor.transformation.Transformation
Packages that use Transformation
-
Uses of Transformation in org.jboss.resteasy.reactive.common.processor.transformation
Methods in org.jboss.resteasy.reactive.common.processor.transformation that return TransformationModifier and TypeMethodDescriptionTransformation.add(Class<? extends Annotation> annotationType, org.jboss.jandex.AnnotationValue... values) Transformation.add(org.jboss.jandex.AnnotationInstance annotation) Transformation.add(org.jboss.jandex.DotName name, org.jboss.jandex.AnnotationValue... values) Transformation.addAll(Collection<org.jboss.jandex.AnnotationInstance> annotations) Transformation.addAll(org.jboss.jandex.AnnotationInstance... annotations) Transformation.removeAll()AnnotationsTransformer.TransformationContext.transform()The transformation is not applied until thedone()method is invoked.