@Api public class DateTimeType extends JsonTypeBase<org.joda.time.LocalDateTime>
LocalDateTime and Date (alias).TypeBase.Convert<A,T>| Modifier and Type | Field and Description |
|---|---|
static DateTimeType |
INSTANCE |
NO_ALIASES| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDateTime |
convert(String value)
Returns string value converted to Object of this type
|
protected org.joda.time.LocalDateTime |
deserializeNonEmptyNode(com.fasterxml.jackson.databind.JsonNode json) |
String |
name()
Returns unqiue type name.
|
protected com.fasterxml.jackson.databind.JsonNode |
serializeNonNullValue(org.joda.time.LocalDateTime value) |
String |
translationKey() |
deserializeJson, emptyNode, emptyValue, isNodeEmpty, isValueEmpty, serializeJsonaliasType, doReadAs, isAssignable, isForceInstanceWhenReading, isInstance, isInstance, javaType, read, readAs, setForceInstanceWhenReading, toStringpublic static final DateTimeType INSTANCE
public String name()
Typepublic String translationKey()
translationKey in class JsonTypeBase<org.joda.time.LocalDateTime>protected com.fasterxml.jackson.databind.JsonNode serializeNonNullValue(org.joda.time.LocalDateTime value)
serializeNonNullValue in class JsonTypeBase<org.joda.time.LocalDateTime>protected org.joda.time.LocalDateTime deserializeNonEmptyNode(com.fasterxml.jackson.databind.JsonNode json)
deserializeNonEmptyNode in class JsonTypeBase<org.joda.time.LocalDateTime>Copyright © 2018 Suncode. All rights reserved.