Uses of Class
io.gravitee.policy.jsonvalidation.configuration.PolicyScope
-
Packages that use PolicyScope Package Description io.gravitee.policy.jsonvalidation.configuration -
-
Uses of PolicyScope in io.gravitee.policy.jsonvalidation.configuration
Methods in io.gravitee.policy.jsonvalidation.configuration that return PolicyScope Modifier and Type Method Description PolicyScopeJsonValidationPolicyConfiguration. getScope()static PolicyScopePolicyScope. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyScope[]PolicyScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.policy.jsonvalidation.configuration with parameters of type PolicyScope Modifier and Type Method Description voidJsonValidationPolicyConfiguration. setScope(PolicyScope scope)
-