public abstract class NormalTypeMappingMethod extends MappingMethod
MappingMethod that is used by the main mapping methods (BeanMappingMethod,
MapMappingMethod, IterableMappingMethod and StreamMappingMethod (non-enum / non-value
mapping)Writable.Context| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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. |
int |
hashCode() |
boolean |
isMapNullToDefault() |
boolean |
isOverridden() |
getAccessibility, getAfterMappingReferences, getBeforeMappingReferencesWithMappingTarget, getBeforeMappingReferencesWithoutMappingTarget, getName, getParameterNames, getParameters, getResultName, getResultType, getReturnType, getSourceParameters, getThrownTypes, isExistingInstanceMapping, isStatic, toStringgetTemplateName, getTemplateNameForClass, writepublic 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 MethodReference getFactoryMethod()
public int hashCode()
hashCode in class MappingMethodpublic boolean equals(Object obj)
equals in class MappingMethodCopyright © 2012–2020. All rights reserved.