Class CustomHandlebarsHelper
- java.lang.Object
-
- com.terminalfour.publish.handlebars.helper.CustomHandlebarsHelper
-
public class CustomHandlebarsHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
LANGUAGE_CODE
-
Constructor Summary
Constructors Constructor Description CustomHandlebarsHelper(String functionName, String functionCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getFunctionCode()
String
getFunctionName()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
LANGUAGE_CODE
public static final String LANGUAGE_CODE
- See Also:
- Constant Field Values
-
-