| Package | Description |
|---|---|
| org.refcodes.factory.factories | |
| org.refcodes.factory.factories.impls |
| Class and Description |
|---|
| LookupIdFactory
The
LookupIdFactory defines the functionality which must be provided
in order to represent a factory for object creation of objects identified by
an ID String and of the expected type (in contrast to the
TypedFactory and the TypedLookupIdFactory which create
instances of a predefined type specified with a generic argument). |
| LookupTypeFactory
The
LookupTypeFactory defines 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 the TypedFactory and the
TypedLookupIdFactory which create instances of a predefined type
specified with a generic argument). |
| TypedFactory
The
TypedFactory defines the functionality which must be provided in
order to represent a factory for object creation of a predefined type
specified with a generic argument (in contrast to the LookupIdFactory
, which creates instances of an expected type). |
| Class and Description |
|---|
| LookupTypeFactory
The
LookupTypeFactory defines 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 the TypedFactory and the
TypedLookupIdFactory which create instances of a predefined type
specified with a generic argument). |
| TypedFactory
The
TypedFactory defines the functionality which must be provided in
order to represent a factory for object creation of a predefined type
specified with a generic argument (in contrast to the LookupIdFactory
, which creates instances of an expected type). |
| TypedRecyclingFactory
The
TypedRecyclingFactory is a TypedFactory providing
recycling support for instances as being created by the
TypedRecyclingFactoryTypedFactory.createInstance() (or
TypedFactory.createInstance(Properties). |
| TypedTypeFactory
The
TypedTypeFactory defines 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 the TypedFactory and the
TypedLookupIdFactory which create instances of a predefined type
specified with a generic argument). |
Copyright © 2015. All rights reserved.