Uses of Class
com.github.fge.jsonpatch.operation.policy.PathMissingPolicy
-
Packages that use PathMissingPolicy Package Description com.github.fge.jsonpatch.operation com.github.fge.jsonpatch.operation.policy -
-
Uses of PathMissingPolicy in com.github.fge.jsonpatch.operation
Fields in com.github.fge.jsonpatch.operation declared as PathMissingPolicy Modifier and Type Field Description protected PathMissingPolicyOmitOperationBase. pathMissingPolicyConstructors in com.github.fge.jsonpatch.operation with parameters of type PathMissingPolicy Constructor Description OmitOperationBase(String op, com.github.fge.jackson.jsonpointer.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value, PathMissingPolicy pathMissingPolicy) -
Uses of PathMissingPolicy in com.github.fge.jsonpatch.operation.policy
Methods in com.github.fge.jsonpatch.operation.policy that return PathMissingPolicy Modifier and Type Method Description static PathMissingPolicyPathMissingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static PathMissingPolicy[]PathMissingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-