mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#153 Formatting of generated code
This commit is contained in:
parent
84902318f9
commit
ab7641731f
@ -72,7 +72,9 @@
|
|||||||
${targetBeanName}.${targetReadAccessorName}().putAll( <#nested true> );
|
${targetBeanName}.${targetReadAccessorName}().putAll( <#nested true> );
|
||||||
</#if>
|
</#if>
|
||||||
}
|
}
|
||||||
}<#if targetAccessorSetter> else if ( ${sourceBeanName}.${sourceAccessorName}() != null ) {
|
}
|
||||||
|
<#if targetAccessorSetter>
|
||||||
|
else if ( ${sourceBeanName}.${sourceAccessorName}() != null ) {
|
||||||
${targetBeanName}.${targetAccessorName}( <#nested false> );
|
${targetBeanName}.${targetAccessorName}( <#nested false> );
|
||||||
}
|
}
|
||||||
</#if>
|
</#if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user