Modifier and Type | Method and Description |
---|---|
StringValue |
StringValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
StringValue |
StringValueSerializer.readValue(ValueFields valueFields,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
StringValueSerializer.writeValue(StringValue variableValue,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static StringValue |
Variables.stringValue(String stringValue)
Creates a new
StringValue that encapsulates the given stringValue |
static StringValue |
Variables.stringValue(String stringValue,
boolean isTransient)
Creates a new
StringValue that encapsulates the given stringValue |
Modifier and Type | Method and Description |
---|---|
StringValue |
PrimitiveValueTypeImpl.StringTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.StringValueImpl |
Copyright © 2022. All rights reserved.