Modifier and Type | Method and Description |
---|---|
DateValue |
DateValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
DateValue |
DateValueMapper.readValue(TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
void |
DateValueMapper.writeValue(DateValue dateValue,
TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
DateValue |
DateValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
DateValue |
DateValueSerializer.readValue(ValueFields valueFields,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
DateValueSerializer.writeValue(DateValue typedValue,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
static DateValue |
Variables.dateValue(Date date)
Creates a new
DateValue that encapsulates the given date |
static DateValue |
Variables.dateValue(Date date,
boolean isTransient)
Creates a new
DateValue that encapsulates the given date |
Modifier and Type | Method and Description |
---|---|
DateValue |
PrimitiveValueTypeImpl.DateTypeImpl.createValue(Object value,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveTypeValueImpl.DateValueImpl |
Copyright © 2022. All rights reserved.