Uses of Class
org.jboss.resteasy.reactive.common.processor.transformation.AnnotationsTransformer.Builder
Packages that use AnnotationsTransformer.Builder
-
Uses of AnnotationsTransformer.Builder in org.jboss.resteasy.reactive.common.processor.transformation
Methods in org.jboss.resteasy.reactive.common.processor.transformation that return AnnotationsTransformer.BuilderModifier and TypeMethodDescriptionAnnotationsTransformer.Builder.appliesTo(Predicate<org.jboss.jandex.AnnotationTarget.Kind> appliesTo) AnnotationsTransformer.Builder.appliesTo(org.jboss.jandex.AnnotationTarget.Kind appliesToKind) AnnotationsTransformer.builder()AnnotationsTransformer.Builder.priority(int priority) AnnotationsTransformer.Builder.when(Predicate<AnnotationsTransformer.TransformationContext> when) The transformation logic is only performed if the given predicate is evaluated to true.AnnotationsTransformer.Builder.whenContainsAll(Class<? extends Annotation>... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ALL of the given annotations.AnnotationsTransformer.Builder.whenContainsAll(List<org.jboss.jandex.DotName> annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ALL of the given annotations.AnnotationsTransformer.Builder.whenContainsAll(org.jboss.jandex.DotName... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ALL of the given annotations.AnnotationsTransformer.Builder.whenContainsAny(Class<? extends Annotation>... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ANY of the given annotations.AnnotationsTransformer.Builder.whenContainsAny(List<org.jboss.jandex.DotName> annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ANY of the given annotations.AnnotationsTransformer.Builder.whenContainsAny(org.jboss.jandex.DotName... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must contain ANY of the given annotations.AnnotationsTransformer.Builder.whenContainsNone(Class<? extends Annotation>... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must NOT contain any of the given annotations.AnnotationsTransformer.Builder.whenContainsNone(List<org.jboss.jandex.DotName> annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must NOT contain any of the given annotations.AnnotationsTransformer.Builder.whenContainsNone(org.jboss.jandex.DotName... annotationNames) AnnotationsTransformer.TransformationContext.getAnnotations()must NOT contain any of the given annotations.