Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.codes | |
com.github.mustachejava.reflect |
Modifier and Type | Method and Description |
---|---|
Binding |
TypeCheckingHandler.createBinding(String name,
TemplateContext tc,
Code code) |
Binding |
ObjectHandler.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.
|
Modifier and Type | Field and Description |
---|---|
protected Binding |
DefaultCode.binding |
Modifier and Type | Class and Description |
---|---|
class |
GuardedBinding
Codes are bound to their variables through bindings.
|
Modifier and Type | Method and Description |
---|---|
Binding |
ReflectionObjectHandler.createBinding(String name,
TemplateContext tc,
Code code) |
abstract Binding |
BaseObjectHandler.createBinding(String name,
TemplateContext tc,
Code code) |
Binding |
SimpleObjectHandler.createBinding(String name,
TemplateContext tc,
Code code) |
Copyright © 2018. All rights reserved.