Package org.int4.dirk.spi.config
Interface ProxyStrategy.InstanceSupplier<T>
-
- Type Parameters:
T- the wrapped type
- Enclosing interface:
- ProxyStrategy
public static interface ProxyStrategy.InstanceSupplier<T>Supplies instances that are wrapped by a proxy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Returns an underlying instance for the proxy of typeT.
-
-
-
Method Detail
-
get
T get() throws java.lang.Exception
Returns an underlying instance for the proxy of typeT.- Returns:
- an underlying instance of type
T, nevernull - Throws:
java.lang.Exception- when creation of the underlying instance fails
-
-