Interface Mustache.VariableFetcher

All Known Implementing Classes:
BasicCollector.ArrayHelper
Enclosing class:
Mustache

public static interface Mustache.VariableFetcher
Reads variables from context objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object ctx, String name)
    Reads the so-named variable from the supplied context object.