|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectFactory
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 |
---|
GenericObjectFactory getFactoryForClass(java.lang.Class c)
c
- the class for which we need a producer
boolean isGenericHandler(java.lang.Class c)
c
- the class for which to check
MultiplexMappingDefinition getMultiplexDefinition(java.lang.Class c)
c
- the class for which to check the existence of the multiplexer
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |