Class ResourceProperties
java.lang.Object
io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
-
Constructor Summary
ConstructorsConstructorDescriptionResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> classAnnotations, Map<String, MethodProperties> methodProperties) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.jboss.jandex.AnnotationInstance>Collection<org.jboss.jandex.AnnotationInstance>getMethodAnnotations(String methodName) getPath()String[]getRolesAllowed(String methodName) booleanbooleanbooleanisHal()booleanisPaged()
-
Constructor Details
-
ResourceProperties
public ResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> classAnnotations, Map<String, MethodProperties> methodProperties)
-
-
Method Details
-
isExposed
public boolean isExposed() -
isExposed
-
getPath
-
getPath
-
isPaged
public boolean isPaged() -
isHal
public boolean isHal() -
getHalCollectionName
-
getRolesAllowed
-
getClassAnnotations
-
getMethodAnnotations
-