Files
spring-restdocs/spring-restdocs-core
Andy Wilkinson 91d6e2f8ec Improve extensibility and reusability of MustacheTemplateEngine
Previously, MustacheTemplateEngine hard coded the configuration of
its Mustache Compiler. This commit adds an overloaded constructor that
allows a custom Compiler to be used. It also adds protected accessors
for the compiler and the template resource resolver so that they
can be easily accessed by subclasses.

Closes gh-149
2016-02-01 12:37:23 +00:00
..