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