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.Writable.Context| Constructor and Description |
|---|
IterableMappingMethod(SourceMethod method,
Assignment parameterAssignment,
FactoryMethod factoryMethod) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getElementAssignment() |
FactoryMethod |
getFactoryMethod() |
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. |
java.lang.String |
getLoopVariableName() |
Parameter |
getSourceParameter() |
getAccessibility, getName, getParameterNames, getParameters, getResultName, getResultType, getReturnType, getSourceParameters, getThrownTypes, isExistingInstanceMapping, toStringwritegetTemplateNamepublic IterableMappingMethod(SourceMethod method, Assignment parameterAssignment, FactoryMethod factoryMethod)
public Parameter getSourceParameter()
public Assignment getElementAssignment()
public java.util.Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class MappingMethodnull.public java.lang.String getLoopVariableName()
public FactoryMethod getFactoryMethod()
Copyright © 2012-2014. All Rights Reserved.