パッケージ org.nkjmlab.util.mustache

クラス MustacheUtils

java.lang.Object
org.nkjmlab.util.mustache.MustacheUtils

public class MustacheUtils extends Object
  • コンストラクタの詳細

    • MustacheUtils

      public MustacheUtils()
  • メソッドの詳細

    • main

      public static void main(String[] args)
    • bindParametersToMustacheTemplate

      public static String bindParametersToMustacheTemplate(File template, Object params)
    • bindParametersToMustacheTemplate

      public static String bindParametersToMustacheTemplate(String template, Object params)