Modifier and Type | Method and Description |
---|---|
IntegerValue |
IntegerValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
IntegerValue |
IntegerValueMapper.readValue(TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
void |
IntegerValueMapper.writeValue(IntegerValue intValue,
TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
IntegerValue |
IntegerValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
IntegerValue |
IntegerValueSerializer.readValue(ValueFields valueFields,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
IntegerValueSerializer.writeValue(IntegerValue variableValue,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static IntegerValue |
Variables.integerValue(Integer integer)
Creates a new
IntegerValue that encapsulates the given integer |
static IntegerValue |
Variables.integerValue(Integer integer,
boolean isTransient)
Creates a new
IntegerValue that encapsulates the given integer |
Modifier and Type | Method and Description |
---|---|
IntegerValue |
PrimitiveValueTypeImpl.IntegerTypeImpl.convertFromTypedValue(TypedValue typedValue) |
IntegerValue |
PrimitiveValueTypeImpl.IntegerTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.IntegerValueImpl |
Copyright © 2022. All rights reserved.