T - FullView associated to the entityU - id of the full view and entityV - form associated to the entityW - Entitypublic class FullViewMapper<T extends FullView<U,V>,U extends Serializable,V extends Serializable,W extends Entity<U>> extends BasicMapperImpl<T,W>
| Constructor and Description |
|---|
FullViewMapper(Class<T> clazz1,
Class<W> clazz2) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMapper<V,W> |
getFormMapper() |
T |
mapFrom(T obj1,
W obj2) |
W |
mapTo(T obj1,
W obj2) |
void |
setFormMapper(AbstractMapper<V,W> formMapper) |
getClazz1, getClazz2, mapFrom, mapTopublic AbstractMapper<V,W> getFormMapper()
public void setFormMapper(AbstractMapper<V,W> formMapper)
Copyright © 2021. All rights reserved.