@FunctionalInterface
public interface WriterControllerFactory
A non-static factory to get alternative writer controller to be stored in the metadata
| Type Params | Return Type | Name and description |
|---|---|---|
|
public WriterController |
makeController(WriterController normalController)Creates a writer controller based on the given normal controller. |
Creates a writer controller based on the given normal controller.
normalController - the standard writer controller