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