Class NashornCompiler

  • All Implemented Interfaces:
    MustacheCompiler

    @Deprecated
    public final class NashornCompiler
    extends AbstractMustacheCompiler
    implements MustacheCompiler
    Deprecated.
    Nashorn will be removed after jdk 11, so nashorn engine ill be removed in the next major version.
    Mustache compiler using nashorn engine to evaluation templates. Internal implementation is original javascript mustache implementation.