Uses of Class
org.apache.johnzon.core.JsonPatchImpl.PatchValue
-
Packages that use JsonPatchImpl.PatchValue Package Description org.apache.johnzon.core -
-
Uses of JsonPatchImpl.PatchValue in org.apache.johnzon.core
Fields in org.apache.johnzon.core with type parameters of type JsonPatchImpl.PatchValue Modifier and Type Field Description private List<JsonPatchImpl.PatchValue>
JsonPatchBuilderImpl. operations
private List<JsonPatchImpl.PatchValue>
JsonPatchImpl. patches
Methods in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValue Modifier and Type Method Description private jakarta.json.JsonPatchBuilder
JsonPatchBuilderImpl. addOperation(JsonPatchImpl.PatchValue operation)
Constructors in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValue Constructor Description JsonPatchImpl(jakarta.json.spi.JsonProvider provider, JsonPatchImpl.PatchValue... patches)
Constructor parameters in org.apache.johnzon.core with type arguments of type JsonPatchImpl.PatchValue Constructor Description JsonPatchImpl(jakarta.json.spi.JsonProvider provider, List<JsonPatchImpl.PatchValue> patches)
-