Class DenyJaxRsTransformer

  • All Implemented Interfaces:
    io.quarkus.arc.processor.AnnotationsTransformer, io.quarkus.arc.processor.BuildExtension

    public class DenyJaxRsTransformer
    extends Object
    implements io.quarkus.arc.processor.AnnotationsTransformer
    Author:
    Michal Szynkiewicz, [email protected]
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.quarkus.arc.processor.AnnotationsTransformer

        io.quarkus.arc.processor.AnnotationsTransformer.Builder, io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
      • Nested classes/interfaces inherited from interface io.quarkus.arc.processor.BuildExtension

        io.quarkus.arc.processor.BuildExtension.BuildContext, io.quarkus.arc.processor.BuildExtension.Key<T extends Object>, io.quarkus.arc.processor.BuildExtension.SimpleKey<V extends Object>
    • Field Summary

      • Fields inherited from interface io.quarkus.arc.processor.BuildExtension

        DEFAULT_PRIORITY
    • Constructor Summary

      Constructors 
      Constructor Description
      DenyJaxRsTransformer​(org.jboss.resteasy.spi.ResteasyDeployment resteasyDeployment)  
    • Constructor Detail

      • DenyJaxRsTransformer

        public DenyJaxRsTransformer​(org.jboss.resteasy.spi.ResteasyDeployment resteasyDeployment)
    • Method Detail

      • appliesTo

        public boolean appliesTo​(org.jboss.jandex.AnnotationTarget.Kind kind)
        Specified by:
        appliesTo in interface io.quarkus.arc.processor.AnnotationsTransformer
      • transform

        public void transform​(io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext transformationContext)
        Specified by:
        transform in interface io.quarkus.arc.processor.AnnotationsTransformer
      • requiresSyntheticDenyAll

        public boolean requiresSyntheticDenyAll​(org.jboss.jandex.ClassInfo classInfo)