Uses of Class
io.quarkus.rest.data.panache.deployment.properties.MethodProperties
-
Packages that use MethodProperties Package Description io.quarkus.rest.data.panache.deployment.properties -
-
Uses of MethodProperties in io.quarkus.rest.data.panache.deployment.properties
Constructor parameters in io.quarkus.rest.data.panache.deployment.properties with type arguments of type MethodProperties Constructor Description ResourceProperties(boolean exposed, String path, boolean paged, boolean hal, String halCollectionName, String[] rolesAllowed, Collection<org.jboss.jandex.AnnotationInstance> classAnnotations, Map<String,MethodProperties> methodProperties)
-