Modifier and Type | Method and Description |
---|---|
LongValue |
LongValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
LongValue |
LongValueMapper.readValue(TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
void |
LongValueMapper.writeValue(LongValue longValue,
TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
LongValue |
LongValueSerlializer.convertToTypedValue(UntypedValueImpl untypedValue) |
LongValue |
LongValueSerlializer.readValue(ValueFields valueFields,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
LongValueSerlializer.writeValue(LongValue value,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static LongValue |
Variables.longValue(Long longValue)
Creates a new
LongValue that encapsulates the given longValue |
static LongValue |
Variables.longValue(Long longValue,
boolean isTransient)
Creates a new
LongValue that encapsulates the given longValue |
Modifier and Type | Method and Description |
---|---|
LongValue |
PrimitiveValueTypeImpl.LongTypeImpl.convertFromTypedValue(TypedValue typedValue) |
LongValue |
PrimitiveValueTypeImpl.LongTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.LongValueImpl |
Copyright © 2022. All rights reserved.