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