Uses of Interface
org.jboss.resteasy.reactive.common.processor.transformation.AnnotationsTransformer.TransformationContext
-
Packages that use AnnotationsTransformer.TransformationContext Package Description org.jboss.resteasy.reactive.common.processor.transformation -
-
Uses of AnnotationsTransformer.TransformationContext in org.jboss.resteasy.reactive.common.processor.transformation
Methods in org.jboss.resteasy.reactive.common.processor.transformation with parameters of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description voidAnnotationsTransformer. transform(AnnotationsTransformer.TransformationContext transformationContext)Method parameters in org.jboss.resteasy.reactive.common.processor.transformation with type arguments of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description AnnotationsTransformerAnnotationsTransformer.Builder. transform(Consumer<AnnotationsTransformer.TransformationContext> consumer)The given transformation logic is only performed if all conditions added viaAnnotationsTransformer.Builder.when(Predicate)are met.AnnotationsTransformer.BuilderAnnotationsTransformer.Builder. when(Predicate<AnnotationsTransformer.TransformationContext> when)The transformation logic is only performed if the given predicate is evaluated to true.
-