Uses of Enum Class
jakarta.json.JsonPatch.Operation
-
Uses of JsonPatch.Operation in jakarta.json
Modifier and TypeMethodDescriptionstatic JsonPatch.Operation
JsonPatch.Operation.fromOperationName
(String operationName) Returns the enum constant with the specified name.static JsonPatch.Operation
Returns 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.