thombergs / docx-stamper

Easy-to-use template engine for creating docx documents in Java.
MIT License
213 stars 90 forks source link

Fix/null values in processors #109

Closed AL1047088 closed 2 years ago

AL1047088 commented 2 years ago

By customizing PropertyAccessors used in the SPEL context, we can allow unresolved variables to be replaced by null values so that the comment processors using them would still be called.

This allows removing the corresponding doc parts & comments even if the value is missing or null.

The behavior can be configured globally with new flags.