@FunctionalInterface public interface ObjectProducer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
destroy(Object obj) |
T |
produce(ObjectFactory factory) |
T produce(ObjectFactory factory) throws ObjectException
ObjectExceptiondefault void destroy(Object obj) throws ObjectException
ObjectExceptionCopyright © 2018. All rights reserved.