Uses of Interface
org.jboss.resteasy.reactive.common.processor.transformation.AnnotationsTransformer.TransformationContext
Packages that use AnnotationsTransformer.TransformationContext
-
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.TransformationContextModifier and TypeMethodDescriptionvoidAnnotationsTransformer.transform(AnnotationsTransformer.TransformationContext transformationContext) Method parameters in org.jboss.resteasy.reactive.common.processor.transformation with type arguments of type AnnotationsTransformer.TransformationContextModifier and TypeMethodDescriptionAnnotationsTransformer.Builder.transform(Consumer<AnnotationsTransformer.TransformationContext> consumer) The given transformation logic is only performed if all conditions added viaAnnotationsTransformer.Builder.when(Predicate)are met.AnnotationsTransformer.Builder.when(Predicate<AnnotationsTransformer.TransformationContext> when) The transformation logic is only performed if the given predicate is evaluated to true.