public class DefaultMapperReference extends MapperReference
Mappers#getMapper() method. Used by default if no other component
model is specified via Mapper#uses().Writable.Context| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
static DefaultMapperReference |
getInstance(Type type,
boolean isAnnotatedMapper,
TypeFactory typeFactory,
java.util.List<java.lang.String> otherMapperReferences) |
boolean |
isAnnotatedMapper() |
getType, getVariableNamewritegetTemplateNamepublic static DefaultMapperReference getInstance(Type type, boolean isAnnotatedMapper, TypeFactory typeFactory, java.util.List<java.lang.String> otherMapperReferences)
public java.util.Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class Fieldnull.public boolean isAnnotatedMapper()
Copyright © 2012-2014. All Rights Reserved.