Uses of Enum Class
cloud.opencode.base.json.patch.JsonPatch.Operation
Packages that use JsonPatch.Operation
Package
Description
JSON Patch - RFC 6902 and RFC 7396 Implementation
JSON Patch - RFC 6902 和 RFC 7396 实现
-
Uses of JsonPatch.Operation in cloud.opencode.base.json.patch
Subclasses with type arguments of type JsonPatch.Operation in cloud.opencode.base.json.patchMethods in cloud.opencode.base.json.patch that return JsonPatch.OperationModifier and TypeMethodDescriptionJsonPatch.PatchOperation.op()Returns the value of theoprecord component.static JsonPatch.OperationReturns the enum constant of this class with the specified name.static JsonPatch.Operation[]JsonPatch.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.json.patch with parameters of type JsonPatch.OperationModifierConstructorDescriptionPatchOperation(JsonPatch.Operation op, String path) PatchOperation(JsonPatch.Operation op, String path, JsonNode value) PatchOperation(JsonPatch.Operation op, String path, String from) PatchOperation(JsonPatch.Operation op, String path, String from, JsonNode value) Creates an instance of aPatchOperationrecord class.