Uses of Enum Class
com.flipkart.zjsonpatch.Operation
-
Uses of Operation in com.flipkart.zjsonpatch
Methods in com.flipkart.zjsonpatch that return OperationModifier and TypeMethodDescriptionstatic OperationOperation.fromRfcName(String rfcName) JsonPatchApplicationException.getOperation()static OperationReturns the enum constant of this class with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.flipkart.zjsonpatch with parameters of type OperationModifierConstructorDescriptionJsonPatchApplicationException(String message, Operation operation, JsonPointer path)