Class ResourceProperties
- java.lang.Object
-
- io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
-
public class ResourceProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, Map<String,MethodProperties> methodProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHalCollectionName()StringgetPath()StringgetPath(String methodName)booleanisExposed()booleanisExposed(String methodName)booleanisHal()booleanisPaged()
-
-
-
Constructor Detail
-
ResourceProperties
public ResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, Map<String,MethodProperties> methodProperties)
-
-