Description
The Java DSL needs a constant() overload that allows the user to disable white space trimming. I.e.:
constant(Object body, boolean trim)
XML config supports a trim option, but the Java DSL does not.
The Java DSL needs a constant() overload that allows the user to disable white space trimming. I.e.:
constant(Object body, boolean trim)
XML config supports a trim option, but the Java DSL does not.