public class UpdateWrapper extends AssignmentWrapper
Assignment.AssignmentTypeWritable.ContextfieldAssignment| Constructor and Description |
|---|
UpdateWrapper(Assignment decoratedAssignment,
List<Type> thrownTypesToExclude,
Assignment factoryMethod,
boolean fieldAssignment,
Type targetType,
boolean includeSourceNullCheck,
org.mapstruct.ap.internal.prism.NullValuePropertyMappingStrategyPrism nvpms) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getFactoryMethod() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
List<Type> |
getThrownTypes()
returns all types exception types thrown by this assignment.
|
boolean |
isIncludeExplicitNullWhenSourceIsNull() |
boolean |
isIncludeSourceNullCheck() |
boolean |
isMapNullToDefault() |
createLocalVarName, getAssignment, getSourceLocalVarName, getSourceParameterName, getSourcePresenceCheckerReference, getSourceReference, getSourceType, getType, isCallingUpdateMethod, isFieldAssignment, isSourceReferenceParameter, setAssignment, setSourceLocalVarNamegetTemplateName, getTemplateNameForClass, writepublic UpdateWrapper(Assignment decoratedAssignment, List<Type> thrownTypesToExclude, Assignment factoryMethod, boolean fieldAssignment, Type targetType, boolean includeSourceNullCheck, org.mapstruct.ap.internal.prism.NullValuePropertyMappingStrategyPrism nvpms)
public List<Type> getThrownTypes()
AssignmentgetThrownTypes in interface AssignmentgetThrownTypes in class AssignmentWrapperpublic Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in interface AssignmentgetImportTypes in class AssignmentWrappernull.public Assignment getFactoryMethod()
public boolean isIncludeSourceNullCheck()
public boolean isIncludeExplicitNullWhenSourceIsNull()
public boolean isMapNullToDefault()
Copyright © 2012–2018. All rights reserved.