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 map (e.g. Bean
or EntityBean
).public interface DocumentBeanMapper<D,B extends Bean>
to
and from
instances of Bean
.Modifier and Type | Method and Description |
---|---|
D |
fromBean(B bean) |
<T extends B> |
toBean(D document) |
Copyright © 2001–2016 mmm-Team. All rights reserved.