| Package | Description |
|---|---|
| com.appslandia.common.objects |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectFactory.destroy() |
default void |
ObjectProducer.destroy(Object obj) |
static void |
ObjectFactoryUtils.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.