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