|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectFactory
An object factory.
| Method Summary | |
|---|---|
GenericObjectFactory |
getFactoryForClass(Class c)
Returns the generic factory for the given class or null, if there is no handler for this class. |
ManualMappingDefinition |
getManualMappingDefinition(Class c)
Returns the manual mapping definition for the given class, or null, if not manual definition exists. |
MultiplexMappingDefinition |
getMultiplexDefinition(Class c)
Returns the multiplex definition for the given class, or null, if no such definition exists. |
boolean |
isGenericHandler(Class c)
Checks, whether a generic handler exists for the given class. |
| Method Detail |
|---|
GenericObjectFactory getFactoryForClass(Class c)
c - the class for which we need a producer
boolean isGenericHandler(Class c)
c - the class for which to check
MultiplexMappingDefinition getMultiplexDefinition(Class c)
c - the class for which to check the existence of the multiplexer
ManualMappingDefinition getManualMappingDefinition(Class c)
c - the class for which to check the existence of the definition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||