Modifier and Type | Method and Description |
---|---|
ShortValue |
ShortValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
ShortValue |
ShortValueMapper.readValue(TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
void |
ShortValueMapper.writeValue(ShortValue shortValue,
TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
ShortValue |
ShortValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
ShortValue |
ShortValueSerializer.readValue(ValueFields valueFields,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
ShortValueSerializer.writeValue(ShortValue value,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static ShortValue |
Variables.shortValue(Short shortValue)
Creates a new
ShortValue that encapsulates the given shortValue |
static ShortValue |
Variables.shortValue(Short shortValue,
boolean isTransient)
Creates a new
ShortValue that encapsulates the given shortValue |
Modifier and Type | Method and Description |
---|---|
ShortValue |
PrimitiveValueTypeImpl.ShortTypeImpl.convertFromTypedValue(TypedValue typedValue) |
ShortValue |
PrimitiveValueTypeImpl.ShortTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.ShortValueImpl |
Copyright © 2022. All rights reserved.