Uses of Class
oracle.dbtools.plugin.api.http.annotations.FunctionalSchemaPolicy
-
Packages that use FunctionalSchemaPolicy Package Description oracle.dbtools.plugin.api.http.annotations Annotations to describe what URL patterns and HTTP methods aHttpServlet
support. -
-
Uses of FunctionalSchemaPolicy in oracle.dbtools.plugin.api.http.annotations
Methods in oracle.dbtools.plugin.api.http.annotations that return FunctionalSchemaPolicy Modifier and Type Method Description FunctionalSchemaPolicy
value()
static FunctionalSchemaPolicy
FunctionalSchemaPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FunctionalSchemaPolicy[]
FunctionalSchemaPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-