Uses of Class
oracle.dbtools.plugin.api.http.annotations.PathSyntaxPolicy
-
Packages that use PathSyntaxPolicy Package Description oracle.dbtools.plugin.api.http.annotations Annotations to describe what URL patterns and HTTP methods aHttpServlet
support. -
- <section role="region">
Uses of PathSyntaxPolicy in oracle.dbtools.plugin.api.http.annotations
Methods in oracle.dbtools.plugin.api.http.annotations that return PathSyntaxPolicy Modifier and Type Method Description PathSyntaxPolicy
pathValidation()
Describes how path portion of the request URI should be validated.static PathSyntaxPolicy
PathSyntaxPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PathSyntaxPolicy[]
PathSyntaxPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
- <section role="region">