ValueSource.ByteValue, ValueSource.ListValue, ValueSource.MapValue, ValueSource.ObjectValue, ValueSource.TemplatedValuepublic interface ValueSource
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ValueSource.ByteValue |
|
static class |
ValueSource.ListValue |
|
static class |
ValueSource.MapValue |
|
static class |
ValueSource.ObjectValue |
|
static class |
ValueSource.TemplatedValue |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
copyAndResolve(java.util.Map<java.lang.String,java.lang.Object> model) |
Returns a copy of the value this ValueSource holds and resolves templates if there're any.
|
static ValueSource |
wrap(java.lang.Object value,
ScriptService scriptService) |
java.lang.Object copyAndResolve(java.util.Map<java.lang.String,java.lang.Object> model)
model - The model to be used when resolving any templatesstatic ValueSource wrap(java.lang.Object value, ScriptService scriptService)