Package com.github.mustachejava
Class FragmentKey
- java.lang.Object
-
- com.github.mustachejava.FragmentKey
-
public class FragmentKey extends java.lang.ObjectUsed for indexing runtime compiled template text from lambdas.
-
-
Field Summary
Fields Modifier and Type Field Description TemplateContexttcjava.lang.StringtemplateText
-
Constructor Summary
Constructors Constructor Description FragmentKey(TemplateContext tc, java.lang.String templateText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
tc
public final TemplateContext tc
-
templateText
public final java.lang.String templateText
-
-
Constructor Detail
-
FragmentKey
public FragmentKey(TemplateContext tc, java.lang.String templateText)
-
-