public final class CopyOperationFactory extends JsonPatchOperationFactoryBase
Constructor and Description |
---|
CopyOperationFactory() |
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