InstanceFactory<T>public class ImmediateInstanceFactory<T> extends java.lang.Object implements InstanceFactory<T>
| Constructor | Description |
|---|---|
ImmediateInstanceFactory(T instance) |
| Modifier and Type | Method | Description |
|---|---|---|
InstanceHandle<T> |
createInstance() |
Factory that creates a fully injected instance.
|
public ImmediateInstanceFactory(T instance)
public InstanceHandle<T> createInstance() throws java.lang.InstantiationException
InstanceFactorycreateInstance in interface InstanceFactory<T>java.lang.InstantiationExceptionCopyright © 2018. All rights reserved.