Class MethodProperties
- java.lang.Object
-
- io.quarkus.rest.data.panache.deployment.properties.MethodProperties
-
public class MethodProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodProperties(boolean exposed, String path, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> methodAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.jandex.AnnotationInstance>getMethodAnnotations()StringgetPath()String[]getRolesAllowed()booleanisExposed()
-
-
-
Constructor Detail
-
MethodProperties
public MethodProperties(boolean exposed, String path, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> methodAnnotations)
-
-
Method Detail
-
isExposed
public boolean isExposed()
-
getPath
public String getPath()
-
getRolesAllowed
public String[] getRolesAllowed()
-
getMethodAnnotations
public Collection<org.jboss.jandex.AnnotationInstance> getMethodAnnotations()
-
-