Unmanaged.UnmanagedInstance<T> |
Unmanaged.UnmanagedInstance.dispose() |
Dispose the CDI instance.
|
Unmanaged.UnmanagedInstance<T> |
Unmanaged.UnmanagedInstance.inject() |
Fill @inject field, constructor and methods.
|
Unmanaged.UnmanagedInstance<T> |
Unmanaged.newInstance() |
|
Unmanaged.UnmanagedInstance<T> |
Unmanaged.UnmanagedInstance.postConstruct() |
Invoke any @PostConstruct methods.
|
Unmanaged.UnmanagedInstance<T> |
Unmanaged.UnmanagedInstance.preDestroy() |
Invoke any @PreDestroy annotated methods
and interceptors of the given CDI instance.
|
Unmanaged.UnmanagedInstance<T> |
Unmanaged.UnmanagedInstance.produce() |
Create the CDI instance itself.
|