public class IterableMappingMethod extends MappingMethod
MappingMethod implemented by a Mapper class which maps one iterable type to another. The collection
elements are mapped either by a TypeConversion or another mapping method.| Modifier and Type | Class and Description |
|---|---|
static class |
IterableMappingMethod.Builder |
Writable.Context| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Assignment |
getElementAssignment() |
MethodReference |
getFactoryMethod() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
String |
getLoopVariableName() |
Parameter |
getSourceParameter() |
int |
hashCode() |
boolean |
isMapNullToDefault() |
boolean |
isOverridden() |
getAccessibility, getName, getParameterNames, getParameters, getResultName, getResultType, getReturnType, getSourceParameters, getThrownTypes, isExistingInstanceMapping, toStringwritegetTemplateNamepublic Parameter getSourceParameter()
public Assignment getElementAssignment()
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class MappingMethodnull.public boolean isMapNullToDefault()
public boolean isOverridden()
public String getLoopVariableName()
public MethodReference getFactoryMethod()
Copyright © 2012-2014. All Rights Reserved.