public class Mapper extends AbstractModelElement
@Mapper. This is the root object of the
mapper model.ModelElement.Context| Constructor and Description |
|---|
Mapper(TypeFactory typeFactory,
String packageName,
String interfaceName,
String implementationName,
List<MappingMethod> mappingMethods,
List<MapperReference> referencedMappers,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(Annotation annotation) |
List<Annotation> |
getAnnotations() |
String |
getImplementationName() |
SortedSet<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model
element for which an import statement needs to be declared. |
String |
getInterfaceName() |
List<MappingMethod> |
getMappingMethods() |
Options |
getOptions() |
String |
getPackageName() |
List<MapperReference> |
getReferencedMappers() |
String |
toString() |
writepublic Mapper(TypeFactory typeFactory, String packageName, String interfaceName, String implementationName, List<MappingMethod> mappingMethods, List<MapperReference> referencedMappers, Options options)
public SortedSet<Type> getImportTypes()
ModelElementTypes referenced by this model
element for which an import statement needs to be declared.null.public String getPackageName()
public String getInterfaceName()
public String getImplementationName()
public List<MappingMethod> getMappingMethods()
public List<MapperReference> getReferencedMappers()
public Options getOptions()
public void addAnnotation(Annotation annotation)
public List<Annotation> getAnnotations()
Copyright © 2012-2013. All Rights Reserved.