Class MethodProperties
java.lang.Object
io.quarkus.rest.data.panache.deployment.properties.MethodProperties
-
Constructor Summary
ConstructorsConstructorDescriptionMethodProperties(boolean exposed, String path, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> methodAnnotations) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.jboss.jandex.AnnotationInstance>getPath()String[]boolean
-
Constructor Details
-
MethodProperties
public MethodProperties(boolean exposed, String path, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> methodAnnotations)
-
-
Method Details
-
isExposed
public boolean isExposed() -
getPath
-
getRolesAllowed
-
getMethodAnnotations
-