public interface InstantiatingClassService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<? extends T> proxyClass)
Create a new instance for a given proxy class.
|
<T> T newInstance(Class<? extends T> proxyClass)
T - type of the class to proxyproxyClass - the proxy classCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.