Class MethodProperties

java.lang.Object
io.quarkus.rest.data.panache.deployment.properties.MethodProperties

public class MethodProperties extends Object
  • Constructor Details

    • MethodProperties

      public MethodProperties(boolean exposed, String path, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> methodAnnotations)
  • Method Details

    • isExposed

      public boolean isExposed()
    • getPath

      public String getPath()
    • getRolesAllowed

      public String[] getRolesAllowed()
    • getMethodAnnotations

      public Collection<org.jboss.jandex.AnnotationInstance> getMethodAnnotations()