Package org.omnaest.utils.structure.element.factory

Interface Summary
Factory<E> Arbitrary Factory interface.
FactoryParameterized<R,P> Parameterized alternative to Factory
FactoryParameterizedSerializable<R,P> FactoryParameterized which extends Serializable as well
FactorySerializable<E> Factory which is Serializable
FactoryTypeAware<E> Type aware Factory which holds FactoryTypeAware.getInstanceType() information about the created instance type.
FactoryWithArguments<E,A> Parameterized alternative to the Factory which provides a FactoryWithArguments.newInstance(Object...)
 



Copyright © 2013. All Rights Reserved.