-
- All Known Implementing Classes:
BasicCollector.ArrayHelper
- 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 java.lang.Objectget(java.lang.Object ctx, java.lang.String name)Reads the so-named variable from the supplied context object.
-