public class Mapper extends Object
| Constructor and Description |
|---|
Mapper(String packageName,
String interfaceName,
String implementationName,
List<BeanMapping> beanMappings,
List<Type> usedMapperTypes,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
List<BeanMapping> |
getBeanMappings() |
String |
getImplementationName() |
SortedSet<Type> |
getImportedTypes() |
String |
getInterfaceName() |
Options |
getOptions() |
String |
getPackageName() |
List<Type> |
getUsedMapperTypes() |
String |
toString() |
Copyright © 2012-2013. All Rights Reserved.