Class TemplateVariables

java.lang.Object
io.github.erdos.stencil.TemplateVariables

public final class TemplateVariables extends Object
Holds information about variables found in template file. Can be used to validate template data.

A variable path looks like the following. A.B.C[].D

A path is a string that contains tokens separated with . (dot) characters. The tokens represents keys in maps.