D
- the type of the document (generic container object) to map (e.g. a document from a CMS or NoSQL-database).B
- the base type of the Bean
to convert (e.g. Bean
or EntityBean
).public abstract class AbstractPojoBeanMapper<D,B extends Bean> extends AbstractBeanMapper<D,B> implements PojoBeanMapper<D,B>
DocumentBeanMapper
.Constructor and Description |
---|
AbstractPojoBeanMapper()
The constructor.
|
doInitialize, getBeanFactory, getBeanPrototypeBuilder, setBeanFactory, setBeanPrototypeBuilder
createLogger, getLogger
doInitialized, getInitializationState, initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromBean, toBean
Copyright © 2001–2016 mmm-Team. All rights reserved.