|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.map.MapperFactory
public final class MapperFactory
Factory for mapper objects.
DMapper
Method Summary | |
---|---|
DMapper |
getDigestMapper(java.lang.Class clazz)
Returns the mapper that is registered for a given digest class. |
DMapper |
getInstanceMapper(java.lang.Class clazz)
Returns the mapper that is registered for a given instance class. |
static MapperFactory |
newInstance()
Creates and returns a new instance of this mapper factory. |
protected void |
registerMapper(java.lang.Class mapperClass)
Registers a new mapper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MapperFactory newInstance()
protected void registerMapper(java.lang.Class mapperClass) throws MapperRegistrationException
mapperClass
- the class of the new mapper
MapperRegistrationException
- if the mapper cannot get registeredpublic DMapper getInstanceMapper(java.lang.Class clazz)
clazz
- the instance class
public DMapper getDigestMapper(java.lang.Class clazz)
clazz
- the instance class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |