public abstract class BaseMapper extends MapperSet implements DMapper
| Modifier and Type | Field and Description |
|---|---|
static Object[] |
EMPTY_ARGS
empty array of objects, used as empty arguments list for reflection.
|
static Class[] |
EMPTY_PARAMS
empty array of classes, used as empty class list for reflection.
|
| Constructor and Description |
|---|
BaseMapper(Class instanceClass)
Constructor.
|
BaseMapper(Class instanceClass,
Class digestClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getDigestClass()
Returns the class of digests of business objects handled by this mapper.
|
Class |
getInstanceClass()
Returns the class of business objects handled by this mapper.
|
getCalendar, getValue, getValue, getValueDate, getValueDateRange, getValueDouble, getValueInteger, getValueString, hasMethod, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmap, newDigest, newInstancepublic static final Object[] EMPTY_ARGS
public static final Class[] EMPTY_PARAMS
public BaseMapper(Class instanceClass)
instanceClass - the class of instance of the business objectspublic final Class getInstanceClass()
getInstanceClass in interface DMapperDMapper.getInstanceClass()public final Class getDigestClass()
getDigestClass in interface DMapperDMapper.getDigestClass()Copyright © 2005–2020. All rights reserved.