@Api @Beta public class TableStoreType extends JsonTypeBase<TableStore>
TypeBase.Convert<A,T>| Constructor and Description |
|---|
TableStoreType() |
| Modifier and Type | Method and Description |
|---|---|
TableStore |
convert(String value)
Returns string value converted to Object of this type
|
protected TableStore |
deserializeNonEmptyNode(com.fasterxml.jackson.databind.JsonNode json) |
String |
name()
Returns unqiue type name.
|
protected com.fasterxml.jackson.databind.JsonNode |
serializeNonNullValue(TableStore tableStore) |
String |
translationKey() |
convertFromJsonString, convertToJsonString, deserializeJson, emptyNode, emptyValue, isNodeEmpty, isValueEmpty, serializeJsonaliasType, converter, defaultValue, doReadAs, isAssignable, isForceInstanceWhenReading, isInstance, isInstance, javaType, read, readAs, setForceInstanceWhenReading, toStringpublic String name()
Typepublic String translationKey()
translationKey in class JsonTypeBase<TableStore>public TableStore convert(String value)
Typeconvert in interface Type<TableStore>convert in class TypeBase<TableStore>value - to convertprotected com.fasterxml.jackson.databind.JsonNode serializeNonNullValue(TableStore tableStore)
serializeNonNullValue in class JsonTypeBase<TableStore>protected TableStore deserializeNonEmptyNode(com.fasterxml.jackson.databind.JsonNode json)
deserializeNonEmptyNode in class JsonTypeBase<TableStore>Copyright © 2022 Suncode. All rights reserved.