Uses of Interface
com.samskivert.mustache.Mustache.VariableFetcher
-
-
Uses of Mustache.VariableFetcher in com.samskivert.mustache
Methods in com.samskivert.mustache that return Mustache.VariableFetcher Modifier and Type Method Description Mustache.VariableFetcherBasicCollector. createFetcher(Object ctx, String name)Mustache.VariableFetcherDefaultCollector. createFetcher(Object ctx, String name)Mustache.VariableFetcherMustache.Collector. createFetcher(Object ctx, String name)Creates a fetcher for a so-named variable in the supplied context object, which will never be null.
-