| Package | Description |
|---|---|
| com.github.zthulj.zcopybook.factory | |
| com.github.zthulj.zcopybook.model | |
| com.github.zthulj.zcopybook.serializer |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends java.io.Serializable> |
NodeFactory.createValueNode(ParentNode<T> parent,
Coordinates coords) |
|
static <T extends java.io.Serializable> |
NodeFactory.createValueNode(ParentNode<T> parent,
Coordinates coords,
ValueNode.ValueType type) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ValueNode<T>> |
Node.getAllValueNodes() |
|
java.util.List<ValueNode<T>> |
ParentArrayNode.getAllValueNodes() |
|
java.util.List<ValueNode<T>> |
ParentNode.getAllValueNodes() |
|
java.util.List<ValueNode<T>> |
ValueNode.getAllValueNodes() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ValueNodeSerializer.serialize(ValueNode<T> valueNode,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2018. All rights reserved.