Uses of Class
io.fabric8.zjsonpatch.Operation
-
Packages that use Operation Package Description io.fabric8.zjsonpatch -
-
Uses of Operation in io.fabric8.zjsonpatch
Methods in io.fabric8.zjsonpatch that return Operation Modifier and Type Method Description static OperationOperation. fromRfcName(String rfcName)OperationJsonPatchException. getOperation()static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.fabric8.zjsonpatch with parameters of type Operation Constructor Description JsonPatchException(String message, Operation operation, JsonPointer path)
-