Uses of Interface
com.github.mustachejava.Binding
Packages that use Binding
Package
Description
-
Uses of Binding in com.github.mustachejava
Methods in com.github.mustachejava that return BindingModifier and TypeMethodDescriptionObjectHandler.createBinding(String name, TemplateContext tc, Code code) Each call site has its own binding to allow for fine grained caching without a separate parallel hierarchy of objects.TypeCheckingHandler.createBinding(String name, TemplateContext tc, Code code) -
Uses of Binding in com.github.mustachejava.codes
Fields in com.github.mustachejava.codes declared as Binding -
Uses of Binding in com.github.mustachejava.reflect
Classes in com.github.mustachejava.reflect that implement BindingModifier and TypeClassDescriptionclassCodes are bound to their variables through bindings.Methods in com.github.mustachejava.reflect that return BindingModifier and TypeMethodDescriptionabstract BindingBaseObjectHandler.createBinding(String name, TemplateContext tc, Code code) ReflectionObjectHandler.createBinding(String name, TemplateContext tc, Code code) SimpleObjectHandler.createBinding(String name, TemplateContext tc, Code code)