Package org.mapstruct.ap.internal.model
Class ContainerMappingMethod
java.lang.Object
org.mapstruct.ap.internal.writer.FreeMarkerWritable
org.mapstruct.ap.internal.model.common.ModelElement
org.mapstruct.ap.internal.model.GeneratedTypeMethod
org.mapstruct.ap.internal.model.MappingMethod
org.mapstruct.ap.internal.model.NormalTypeMappingMethod
org.mapstruct.ap.internal.model.ContainerMappingMethod
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
IterableMappingMethod,StreamMappingMethod
A
MappingMethod implemented by a Mapper class which does mapping of generic types.
For example Iterable or Stream.
The generic elements are mapped either by a TypeConversion or another mapping method.- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mapstruct.ap.internal.writer.Writable
Writable.Context -
Method Summary
Methods inherited from class org.mapstruct.ap.internal.model.NormalTypeMappingMethod
getAnnotations, getFactoryMethod, isMapNullToDefaultMethods inherited from class org.mapstruct.ap.internal.model.MappingMethod
filterMappingTarget, getAccessibility, getAfterMappingReferences, getBeforeMappingReferencesWithMappingTarget, getBeforeMappingReferencesWithoutMappingTarget, getName, getParameterNames, getParameters, getResultName, getResultType, getReturnType, getSourceParameters, getThrownTypes, isExistingInstanceMapping, isStatic, toStringMethods inherited from class org.mapstruct.ap.internal.writer.FreeMarkerWritable
getTemplateName, getTemplateNameForClass, write
-
Method Details
-
getSourceParameter
-
getSourceParameterPresenceCheck
-
getIterableCreation
-
getElementAssignment
-
getImportTypes
Description copied from class:ModelElementReturns a set containing thoseTypes referenced by this model element for which an import statement needs to be declared.- Overrides:
getImportTypesin classNormalTypeMappingMethod- Returns:
- A set with type referenced by this model element. Must not be
null.
-
getLoopVariableName
-
getResultElementType
-
getIndex1Name
-
getIndex2Name
-
hashCode
public int hashCode()- Overrides:
hashCodein classNormalTypeMappingMethod
-
equals
- Overrides:
equalsin classNormalTypeMappingMethod
-