@java.lang.SuppressWarnings(value: unused) interface SampleNoArgumentExtensionInterface
The interface to many sample ExtensionPoint tests. No arguments.
| Constructor and description |
|---|
SampleNoArgumentExtensionInterface
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Map |
postCoreMethod(java.util.Map originalResponse)The extension method executed after the core method. |
|
void |
preCoreMethod()The extension method executed before the core method. |
The extension method executed after the core method.
originalResponse - The returned value from the core method.The extension method executed before the core method.