Package io.resys.thena.jsonpatch.model
Interface JsonType.JsonTypeVisitor<T>
- All Known Implementing Classes:
CreatePatch
- Enclosing class:
JsonType
public static interface JsonType.JsonTypeVisitor<T>
-
Method Summary
Modifier and TypeMethodDescriptionend()voidvisitAdd(JsonPatchPointer currentPath, Object newState) voidvisitRemove(JsonPatchPointer currentPath, Object stateRemoved) voidvisitReplace(JsonPatchPointer currentPath, Object previousState, Object nextState) voidvisitTest(JsonPatchPointer currentPath, Object previousState)
-
Method Details
-
visitAdd
-
visitRemove
-
visitTest
-
visitReplace
-
end
T end()
-