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.
|
JsonToken |
asToken() |
boolean |
booleanValue() |
protected void |
write(JsonGenerator g,
JacksonJrsTreeCodec codec) |
_at, get, get, isContainerNode, isValueNode, path, path, size
at, at, fieldNames, isArray, isEmbeddedValue, isMissingNode, isNull, isNumber, isObject, numberType, traverse, traverse
public static JrsBoolean TRUE
public static JrsBoolean FALSE
public JsonToken asToken()
public String asText()
JrsValue
public boolean booleanValue()
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write
in class JrsValue
IOException
Copyright © 2020 FasterXML. All rights reserved.