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, boolean isAuthenticated, 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) booleanbooleanbooleanbooleanisHal()booleanisPaged()
-
Constructor Details
-
ResourceProperties
public ResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, String[] rolesAllowed, boolean isAuthenticated, 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
-
isAuthenticated
public boolean isAuthenticated() -
getClassAnnotations
-
getMethodAnnotations
-