public interface FilterFactory
| Modifier and Type | Method and Description |
|---|---|
ZuulFilter |
newInstance(java.lang.Class clazz)
Returns an instance of the specified class.
|
ZuulFilter newInstance(java.lang.Class clazz) throws java.lang.Exception
clazz - the Class to instantiatejava.lang.Exception - if an error occurs