Interface Mustache.VariableFetcher

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.