Uses of Class
org.codehaus.jackson.node.ValueNode
Packages that use ValueNode
-
Uses of ValueNode in org.codehaus.jackson.node
Subclasses of ValueNode in org.codehaus.jackson.nodeModifier and TypeClassDescriptionfinal class
Numeric node that contains simple 64-bit integer values.final class
Value node that contains Base64 encoded binary value, which will be output and stored as Json String value.final class
This concrete value class is used to contain boolean (true / false) values.final class
Numeric node that contains values that do not fit in simple integer (int, long) or floating point (double) values.final class
Numeric node that contains 64-bit ("double precision") floating point values simple 32-bit integer values.final class
Numeric node that contains simple 32-bit integer values.final class
Numeric node that contains simple 64-bit integer values.final class
This singleton value class is used to contain explicit JSON null value.class
Intermediate value node used for numeric nodes.final class
Value node that contains a wrapped POJO, to be serialized as a JSON constructed through data mapping (usually done by callingObjectMapper
).final class
Value node that contains a text value.Methods in org.codehaus.jackson.node that return ValueNodeModifier and TypeMethodDescriptionJsonNodeFactory.numberNode
(Byte value) Alternate factory method that will handle wrapper value, which may be null.JsonNodeFactory.numberNode
(Double value) Alternate factory method that will handle wrapper value, which may be null.JsonNodeFactory.numberNode
(Float value) Alternate factory method that will handle wrapper value, which may be null.JsonNodeFactory.numberNode
(Integer value) Alternate factory method that will handle wrapper value, which may be null.JsonNodeFactory.numberNode
(Long value) Alternate factory method that will handle wrapper value, which may be null.JsonNodeFactory.numberNode
(Short value) Alternate factory method that will handle wrapper value, which may be null.