Adding support for JMustache compiler customization#3582
Adding support for JMustache compiler customization#3582wing328 merged 1 commit intoswagger-api:masterfrom
Conversation
|
Re: Thanks for the PR. Can you please elaborate on why you want to turn off |
|
With Also, I believe that other compiler configuration features may be interesting for some developers, for example to customize delimiters in some cases. |
|
@regga-ws the change sounds reasonable to me. If you want the tag without escaping HTML special characters, you can also use {{{tag_name}}} instead of {{tag_name}} |
Extension of the CodegenConfig interface in order to use JMustache compiler native features, such as the deactivation of HTML escaping.
My custom generator implements it like this :