Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.codegen | |
com.github.mustachejava.indy | |
com.github.mustachejava.reflect |
Modifier and Type | Class and Description |
---|---|
class |
JavascriptObjectHandler
Uses Nashorn to support Javascript scope objects
|
class |
TypeCheckingHandler
Rather than pulling values this looks only at types.
|
Modifier and Type | Class and Description |
---|---|
class |
CodegenObjectHandler
Generates code when it can for higher performance.
|
Modifier and Type | Class and Description |
---|---|
class |
IndyObjectHandler
Finds the Codegen created wrappers and then wraps them with invokedynamic calls.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionObjectHandler
Lookup objects using reflection and execute them the same way.
|
class |
SimpleObjectHandler |
Copyright © 2016. All rights reserved.