-
- Enclosing class:
- Mustache
public static interface Mustache.VariableFetcherReads variables from context objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object ctx, String name)Reads the so-named variable from the supplied context object.
-