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