public interface ControllerFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
instantiateController(Class<? extends Object> cls,
io.swagger.v3.oas.models.Operation operation)
Instantiates the provided controller class
|
Object instantiateController(Class<? extends Object> cls, io.swagger.v3.oas.models.Operation operation) throws IllegalAccessException, InstantiationException
cls - the class to instantiateoperation - the operation to instantiateIllegalAccessException - The class cannot be initializedInstantiationException - The class cannot be initializedCopyright © 2019. All rights reserved.