Package io.resys.thena.jsonpatch.model
Class JsonType
java.lang.Object
io.resys.thena.jsonpatch.model.JsonType
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(JsonType.JsonTypeVisitor<T> visitor) static JsonTypeof(io.vertx.core.json.JsonObject previousState, io.vertx.core.json.JsonObject nextState)
-
Method Details
-
of
public static JsonType of(@Nullable io.vertx.core.json.JsonObject previousState, @Nullable io.vertx.core.json.JsonObject nextState) -
accept
-