Package | Description |
---|---|
freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template . |
Modifier and Type | Method and Description |
---|---|
static int |
_ObjectBuilderSettingEvaluator.configureBean(String argumentListSrc,
int posAfterOpenParen,
Object bean,
_SettingEvaluationEnvironment env)
Used for getting a list of setting assignments (like
(x=1, y=2) ) from an existing string, and apply it on
an existing bean. |
static Object |
_ObjectBuilderSettingEvaluator.eval(String src,
Class expectedClass,
_SettingEvaluationEnvironment env) |
Copyright © 2016. All Rights Reserved.