A C D F G L N P R S V Z 

A

addChild(Node<T>, String) - Method in class com.github.zthulj.zcopybook.model.ParentArrayNode
 
addChild(Node<T>, String) - Method in class com.github.zthulj.zcopybook.model.ParentNode
 

C

com.github.zthulj.zcopybook.engine - package com.github.zthulj.zcopybook.engine
 
com.github.zthulj.zcopybook.factory - package com.github.zthulj.zcopybook.factory
 
com.github.zthulj.zcopybook.model - package com.github.zthulj.zcopybook.model
 
com.github.zthulj.zcopybook.serializer - package com.github.zthulj.zcopybook.serializer
 
convertToJson(String) - Method in class com.github.zthulj.zcopybook.engine.ZConverter
Convert a positional line to a json
Coordinates - Class in com.github.zthulj.zcopybook.model
 
Coordinates() - Constructor for class com.github.zthulj.zcopybook.model.Coordinates
 
copyInto(ParentNode<T>, int, String) - Method in class com.github.zthulj.zcopybook.model.Node
 
copyInto(ParentNode<T>, int, String) - Method in class com.github.zthulj.zcopybook.model.ParentArrayNode
 
copyInto(ParentNode<T>, int, String) - Method in class com.github.zthulj.zcopybook.model.ParentNode
 
copyInto(ParentNode<T>, int, String) - Method in class com.github.zthulj.zcopybook.model.ValueNode
 
create(int, int) - Static method in class com.github.zthulj.zcopybook.model.Coordinates
 
createParentNode(ParentNode<T>, int) - Static method in class com.github.zthulj.zcopybook.factory.NodeFactory
 
createParentNodeArray(ParentNode<T>, int, int) - Static method in class com.github.zthulj.zcopybook.factory.NodeFactory
 
createRootNode() - Static method in class com.github.zthulj.zcopybook.factory.NodeFactory
 
createValueNode(ParentNode<T>, Coordinates) - Static method in class com.github.zthulj.zcopybook.factory.NodeFactory
 
createValueNode(ParentNode<T>, Coordinates, ValueNode.ValueType) - Static method in class com.github.zthulj.zcopybook.factory.NodeFactory
 

D

duplicateOccurs(int) - Method in class com.github.zthulj.zcopybook.model.ParentArrayNode
Will populate all the data in registered in the first occurs (0) in the following.

F

from(RootNode<T>) - Static method in class com.github.zthulj.zcopybook.model.ZCopyBook
 

G

getAllValueNodes() - Method in class com.github.zthulj.zcopybook.model.Node
 
getAllValueNodes() - Method in class com.github.zthulj.zcopybook.model.ParentArrayNode
 
getAllValueNodes() - Method in class com.github.zthulj.zcopybook.model.ParentNode
 
getAllValueNodes() - Method in class com.github.zthulj.zcopybook.model.ValueNode
 
getSize() - Method in class com.github.zthulj.zcopybook.model.Coordinates
 

L

load(File) - Method in class com.github.zthulj.zcopybook.engine.ZLoader
Create a zCopybook from the content of a file
load(File, Charset) - Method in class com.github.zthulj.zcopybook.engine.ZLoader
Create a zCopybook from the content of a file
load(String) - Method in class com.github.zthulj.zcopybook.engine.ZLoader
Create a zCopybook from a String

N

Node<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
Node() - Constructor for class com.github.zthulj.zcopybook.model.Node
 
NodeFactory - Class in com.github.zthulj.zcopybook.factory
 
NodeFactory() - Constructor for class com.github.zthulj.zcopybook.factory.NodeFactory
 

P

ParentArrayNode<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
ParentArrayNode(ParentNode<T>, int, int) - Constructor for class com.github.zthulj.zcopybook.model.ParentArrayNode
 
ParentArrayNodeSerializer<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.serializer
 
ParentArrayNodeSerializer() - Constructor for class com.github.zthulj.zcopybook.serializer.ParentArrayNodeSerializer
 
ParentNode<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
ParentNode(ParentNode<T>, Map<String, Node<T>>, int) - Constructor for class com.github.zthulj.zcopybook.model.ParentNode
 
ParentNodeSerializer<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.serializer
 
ParentNodeSerializer() - Constructor for class com.github.zthulj.zcopybook.serializer.ParentNodeSerializer
 

R

RootNode<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
RootNode(Map<String, Node<T>>) - Constructor for class com.github.zthulj.zcopybook.model.RootNode
 

S

serialize(ParentArrayNode<T>, JsonGenerator, SerializerProvider) - Method in class com.github.zthulj.zcopybook.serializer.ParentArrayNodeSerializer
 
serialize(ParentNode<T>, JsonGenerator, SerializerProvider) - Method in class com.github.zthulj.zcopybook.serializer.ParentNodeSerializer
 
serialize(ValueNode<T>, JsonGenerator, SerializerProvider) - Method in class com.github.zthulj.zcopybook.serializer.ValueNodeSerializer
 
SIGNED_FLOAT - com.github.zthulj.zcopybook.model.ValueNode.ValueType
 
SIGNED_INT - com.github.zthulj.zcopybook.model.ValueNode.ValueType
 
STRING - com.github.zthulj.zcopybook.model.ValueNode.ValueType
 

V

ValueNode<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
ValueNode(ParentNode<T>, Coordinates, ValueNode.ValueType) - Constructor for class com.github.zthulj.zcopybook.model.ValueNode
 
ValueNode.ValueType - Enum in com.github.zthulj.zcopybook.model
 
ValueNodeSerializer<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.serializer
 
ValueNodeSerializer() - Constructor for class com.github.zthulj.zcopybook.serializer.ValueNodeSerializer
 
valueOf(String) - Static method in enum com.github.zthulj.zcopybook.model.ValueNode.ValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.zthulj.zcopybook.model.ValueNode.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZConverter - Class in com.github.zthulj.zcopybook.engine
 
ZConverter() - Constructor for class com.github.zthulj.zcopybook.engine.ZConverter
 
ZCopyBook<T extends java.io.Serializable> - Class in com.github.zthulj.zcopybook.model
 
ZCopyBook() - Constructor for class com.github.zthulj.zcopybook.model.ZCopyBook
 
ZLoader - Class in com.github.zthulj.zcopybook.engine
 
ZLoader() - Constructor for class com.github.zthulj.zcopybook.engine.ZLoader
 
A C D F G L N P R S V Z 
Skip navigation links

Copyright © 2018. All rights reserved.