public final class AddOperationFactory extends JsonPatchOperationFactoryBase
Constructor and Description |
---|
AddOperationFactory() |
Modifier and Type | Method and Description |
---|---|
Class<? extends JsonPatchOperation> |
getOperationClass()
Gets the class of JsonPatchOperation that this factory will create.
|
String |
getOperationName()
Gets the name of the JsonPatchOperation that this factory will create.
|
create
public String getOperationName()
JsonPatchOperationFactory
public Class<? extends JsonPatchOperation> getOperationClass()
JsonPatchOperationFactory