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 java.util.List<JsonPatchImpl.PatchValue>
JsonPatchBuilderImpl. operations
private java.util.List<JsonPatchImpl.PatchValue>
JsonPatchImpl. patches
Methods in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValue Modifier and Type Method Description private javax.json.JsonPatchBuilder
JsonPatchBuilderImpl. addOperation(JsonPatchImpl.PatchValue operation)
Constructors in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValue Constructor Description JsonPatchImpl(javax.json.spi.JsonProvider provider, JsonPatchImpl.PatchValue... patches)
Constructor parameters in org.apache.johnzon.core with type arguments of type JsonPatchImpl.PatchValue Constructor Description JsonPatchImpl(javax.json.spi.JsonProvider provider, java.util.List<JsonPatchImpl.PatchValue> patches)
-