Uses of Interface
org.jboss.resteasy.reactive.common.processor.transformation.AnnotationsTransformer
-
Packages that use AnnotationsTransformer Package Description org.jboss.resteasy.reactive.common.processor org.jboss.resteasy.reactive.common.processor.transformation -
-
Uses of AnnotationsTransformer in org.jboss.resteasy.reactive.common.processor
Method parameters in org.jboss.resteasy.reactive.common.processor with type arguments of type AnnotationsTransformer Modifier and Type Method Description BEndpointIndexer.Builder. setAnnotationsTransformers(Collection<AnnotationsTransformer> annotationsTransformers) -
Uses of AnnotationsTransformer in org.jboss.resteasy.reactive.common.processor.transformation
Methods in org.jboss.resteasy.reactive.common.processor.transformation that return AnnotationsTransformer 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.Methods in org.jboss.resteasy.reactive.common.processor.transformation with parameters of type AnnotationsTransformer Modifier and Type Method Description static intAnnotationsTransformer. compare(AnnotationsTransformer e1, AnnotationsTransformer e2)Constructor parameters in org.jboss.resteasy.reactive.common.processor.transformation with type arguments of type AnnotationsTransformer Constructor Description AnnotationStore(Collection<AnnotationsTransformer> transformers)
-