| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ObjectFactory.destroy() |
|
static void |
ObjectFactoryUtils.destroy(Object obj) |
|
default void |
ObjectProducer.destroy(Object obj) |
|
<T,I extends T> |
ObjectFactory.getObject(Class<T> type) |
|
<T,I extends T> |
ObjectFactory.getObject(Class<T> type,
Annotation... qualifiers) |
|
ObjectFactory |
ObjectFactory.inject(Object obj) |
|
<T> T |
ObjectFactory.postConstruct(T obj) |
|
<T> T |
ObjectFactory.preDestroy(T obj) |
|
T |
ObjectProducer.produce(ObjectFactory factory) |
Copyright © 2018. All rights reserved.