public class DomainMapper extends Object
| Constructor and Description |
|---|
DomainMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <D> D |
convert(Object source,
Class<D> destinationType) |
static <D> D |
convert(Object source,
Class<D> destinationType,
String typeMapName) |
static void |
convert(Object source,
Object destination) |
static void |
convert(Object source,
Object destination,
String typeMapName) |
static <D> D |
convert(Object source,
Type destinationType) |
static <D> D |
convert(Object source,
Type destinationType,
String typeMapName) |
Copyright © 2019. All rights reserved.