Class SpringPreAuthorizeAnnotatedMethodBuildItem


  • public final class SpringPreAuthorizeAnnotatedMethodBuildItem
    extends io.quarkus.builder.item.SimpleBuildItem
    Build Item recording all the methods that have been effectively annotated with @PreAuthorize
    • Constructor Detail

      • SpringPreAuthorizeAnnotatedMethodBuildItem

        public SpringPreAuthorizeAnnotatedMethodBuildItem​(Map<org.jboss.jandex.MethodInfo,​org.jboss.jandex.AnnotationInstance> methodToInstanceMap)
    • Method Detail

      • getMethodToInstanceMap

        public Map<org.jboss.jandex.MethodInfo,​org.jboss.jandex.AnnotationInstance> getMethodToInstanceMap()