Uses of Interface
org.jboss.resteasy.reactive.common.processor.transformation.AnnotationsTransformer
Packages that use AnnotationsTransformer
Package
Description
-
Uses of AnnotationsTransformer in org.jboss.resteasy.reactive.common.processor
Method parameters in org.jboss.resteasy.reactive.common.processor with type arguments of type AnnotationsTransformerModifier and TypeMethodDescriptionEndpointIndexer.Builder.setAnnotationsTransformers(Collection<AnnotationsTransformer> annotationsTransformers) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AnnotationsTransformer in org.jboss.resteasy.reactive.common.processor.transformation
Methods in org.jboss.resteasy.reactive.common.processor.transformation that return AnnotationsTransformerModifier 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.Methods in org.jboss.resteasy.reactive.common.processor.transformation with parameters of type AnnotationsTransformerModifier and TypeMethodDescriptionstatic intAnnotationsTransformer.compare(AnnotationsTransformer e1, AnnotationsTransformer e2)
EndpointIndexer.Builder.setAnnotationTransformations(Collection)