- newArrayNode() - Static method in class com.zackehh.jackson.Jive
-
Constructs a new Jackson ArrayNode instance.
- newArrayNode(JsonNode...) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new Jackson ArrayNode instance.
- newBigIntegerNode(BigInteger) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new BigIntegerNode from a BigDecimal value.
- newBinaryNode(byte[]) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new BinaryNode from a byte[] value.
- newBooleanNode(Boolean) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new BooleanNode from a Boolean value.
- newDecimalNode(BigDecimal) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new DecimalNode from a BigDecimal value.
- newDoubleNode(Double) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new DoubleNode from a Double value.
- newFloatNode(Float) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new FloatNode from a Float value.
- newIntNode(Integer) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new IntNode from an Integer value.
- newIterable(JsonNode) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new Iterable of type JsonNode using the provided
input.
- newJsonEntry(String, JsonNode) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a JsonNode value.
- newJsonEntry(String, BigDecimal) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a BigDecimal value.
- newJsonEntry(String, BigInteger) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a BigInteger value.
- newJsonEntry(String, Boolean) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a Boolean value.
- newJsonEntry(String, byte[]) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a byte[] value.
- newJsonEntry(String, Double) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a Double value.
- newJsonEntry(String, Float) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a Float value.
- newJsonEntry(String, Integer) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from an Integer value.
- newJsonEntry(String, Long) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a Long value.
- newJsonEntry(String, Object) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from an Object value.
- newJsonEntry(String, Short) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a Short value.
- newJsonEntry(String, String) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JSON Map.Entry from a String value.
- newJsonNode(BigDecimal) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a BigDecimal value.
- newJsonNode(BigInteger) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a BigInteger value.
- newJsonNode(Boolean) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a Boolean value.
- newJsonNode(byte[]) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a byte[] value.
- newJsonNode(Double) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a Double value.
- newJsonNode(Float) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a Float value.
- newJsonNode(Integer) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from an Integer value.
- newJsonNode(Long) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a Long value.
- newJsonNode(Object) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from an Object value.
- newJsonNode(Short) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a Short value.
- newJsonNode(String) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new JsonNode from a String value.
- newLongNode(Long) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new LongNode from a Long value.
- newObjectNode() - Static method in class com.zackehh.jackson.Jive
-
Constructs a new Jackson ObjectNode instance.
- newObjectNode(Map.Entry<String, JsonNode>...) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new Jackson ObjectNode instance.
- newPojoNode(Object) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new POJONode from an Object value.
- newShortNode(Short) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new ShortNode from a Short value.
- newTextNode(String) - Static method in class com.zackehh.jackson.Jive
-
Constructs a new TextNode from a String value.
- none(ArrayNode, Predicate<JsonNode>) - Static method in class com.zackehh.jackson.Jive
-
Returns true if no values in the ArrayNode match the
provided predicate.
- none(ObjectNode, Predicate<Map.Entry<String, JsonNode>>) - Static method in class com.zackehh.jackson.Jive
-
Returns true if no entries in the ObjectNode match the
provided predicate.