Package org.mapstruct.ap.internal.model
Class NormalTypeMappingMethod
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
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
BeanMappingMethod,ContainerMappingMethod,MapMappingMethod
A
MappingMethod that is used by the main mapping methods (BeanMappingMethod,
MapMappingMethod, IterableMappingMethod and StreamMappingMethod (non-enum / non-value
mapping)- 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.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
-
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 classMappingMethod- Returns:
- A set with type referenced by this model element. Must not be
null.
-
isMapNullToDefault
public boolean isMapNullToDefault() -
getFactoryMethod
-
getAnnotations
-
hashCode
public int hashCode()- Overrides:
hashCodein classMappingMethod
-
equals
- Overrides:
equalsin classMappingMethod
-