public class JrsString extends JrsValue.Scalar
JrsValue.Scalar
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() |
String |
getValue() |
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
protected final String _value
public JrsString(String v)
public String getValue()
public JsonToken asToken()
public String asText()
JrsValue
protected void write(JsonGenerator g, JacksonJrsTreeCodec codec) throws IOException
write
in class JrsValue
IOException
Copyright © 2020 FasterXML. All rights reserved.