Package io.quarkus.security.deployment
Class DenyingUnannotatedTransformer
- java.lang.Object
-
- io.quarkus.security.deployment.DenyingUnannotatedTransformer
-
- All Implemented Interfaces:
io.quarkus.arc.processor.AnnotationsTransformer,io.quarkus.arc.processor.BuildExtension
public class DenyingUnannotatedTransformer extends Object implements io.quarkus.arc.processor.AnnotationsTransformer
- Author:
- Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
-
-
Constructor Summary
Constructors Constructor Description DenyingUnannotatedTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(org.jboss.jandex.AnnotationTarget.Kind kind)voidtransform(io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext transformationContext)
-
-
-
Method Detail
-
appliesTo
public boolean appliesTo(org.jboss.jandex.AnnotationTarget.Kind kind)
- Specified by:
appliesToin interfaceio.quarkus.arc.processor.AnnotationsTransformer
-
transform
public void transform(io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext transformationContext)
- Specified by:
transformin interfaceio.quarkus.arc.processor.AnnotationsTransformer
-
-