public class JrsBoolean extends JrsValue.Scalar
JrsValue.Scalar| Modifier and Type | Field and Description |
|---|---|
static JrsBoolean |
FALSE |
static JrsBoolean |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
String |
asText()
Method that may be called on scalar value nodes to get a textual
representation of contents.
|
com.fasterxml.jackson.core.JsonToken |
asToken() |
boolean |
booleanValue() |
boolean |
equals(Object o) |
int |
hashCode() |
protected void |
write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec) |
_at, get, get, isContainerNode, isValueNode, path, path, sizeat, at, fieldNames, isArray, isEmbeddedValue, isMissingNode, isNull, isNumber, isObject, numberType, traverse, traversepublic static JrsBoolean TRUE
public static JrsBoolean FALSE
public com.fasterxml.jackson.core.JsonToken asToken()
public String asText()
JrsValuepublic boolean booleanValue()
protected void write(com.fasterxml.jackson.core.JsonGenerator g,
JacksonJrsTreeCodec codec)
throws IOException
write in class JrsValueIOExceptionCopyright © 2025 FasterXML. All rights reserved.