T - the proxy typepublic interface ProxyInstance<T>
| Modifier and Type | Method and Description |
|---|---|
Supplier<T> |
getDelegate()
Get the supplier that provides the object calls will be delegated to.
|
String |
getName()
Get the name associated with the proxied instance.
|
Class<T> |
getType()
The type that will be proxied.
|
String getName()
Copyright © 2016–2018 Testify Project. All rights reserved.