public interface ControllerFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
instantiateController(java.lang.Class<? extends java.lang.Object> cls,
io.swagger.models.Operation operation)
Instantiates the provided controller class
|
java.lang.Object instantiateController(java.lang.Class<? extends java.lang.Object> cls,
io.swagger.models.Operation operation)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
cls - the class to instantiateoperation - the operation to instantiatejava.lang.IllegalAccessException - The class cannot be initializedjava.lang.InstantiationException - The class cannot be initializedCopyright © 2019. All Rights Reserved.