T
- The configuration bean type. Has to be a bean.public interface ConfigManipulatorAction<T> extends Action<T>
Modifier and Type | Method and Description |
---|---|
void |
manipulate(oracle.sdp.daf.config.ApiConfiguration pApiConfiguration)
Manipulates the API configuration, for example adding a schema based on another schema.
|