interface SampleExtensionInterface
The interface to many sample ExtensionPoint tests. Simple argument types.
| Constructor and description |
|---|
SampleExtensionInterface
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Map |
postCoreMethod(java.util.Map originalResponse, java.lang.String argument1, java.lang.Integer argument2)The extension method executed after the core method. |
|
void |
preCoreMethod(java.lang.String argument1, java.lang.Integer argument2)The extension method executed before the core method. |
The extension method executed after the core method.
originalResponse - The returned value from the core method.argument1 - The argument(s) passed to the core method.argument2 - The argument(s) passed to the core method.The extension method executed before the core method.
argument1 - The argument(s) passed to the core method.argument2 - The argument(s) passed to the core method.