Class MustacheJavaCompiler

    • Constructor Detail

      • MustacheJavaCompiler

        public MustacheJavaCompiler​(com.github.mustachejava.MustacheFactory mustacheFactory,
                                    MustacheTemplateLoader templateLoader)
        Build new compiler based on mustache.java. An instance of SpringMustacheFactory that used template loader is automatically created.
        Parameters:
        mustacheFactory - The Mustache Factory implementation.
        templateLoader - Template loader.