Uses of Package
org.refcodes.factory
-
Classes in org.refcodes.factory used by org.refcodes.factory Class Description BeanLookupFactory TheBeanLookupFactorydefines the functionality which must be provided in order to represent a factory for object creation of objects identified by an IDStringand of the expected type (in contrast to theTypeFactoryand theLookupFactorywhich create instances of a predefined type specified with a generic argument).FactoryRuntimeException The Class FactoryRuntimeException.TypeLookupFactory TheTypeLookupFactorydefines the functionality which must be provided in order to represent a factory for object creation of *ALL* objects being of a requested type (in contrast to theTypeFactoryand theLookupFactorywhich create instances of a predefined type specified with a generic argument).