Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractJSONClass - Class in com.github.tadukoo.parsing.json
-
Abstract JSON Class is a simple implementation of
JSONClass
that usesAbstractMappedPojo
for its implementation. - AbstractJSONClass() - Constructor for class com.github.tadukoo.parsing.json.AbstractJSONClass
-
Constructs an AbstractJSONClass with an empty map
- AbstractJSONClass(MappedPojo) - Constructor for class com.github.tadukoo.parsing.json.AbstractJSONClass
-
Constructs an AbstractJSONClass and uses the given pojo for field mappings
- AbstractOrderedJSONClass - Class in com.github.tadukoo.parsing.json
-
Abstract Ordered JSON Class is a simple implementation of
OrderedJSONClass
that extendsAbstractJSONClass
. - AbstractOrderedJSONClass() - Constructor for class com.github.tadukoo.parsing.json.AbstractOrderedJSONClass
-
Constructs an AbstractOrderedJSONClass with an empty map
- AbstractOrderedJSONClass(MappedPojo) - Constructor for class com.github.tadukoo.parsing.json.AbstractOrderedJSONClass
-
Constructs an AbstractOrderedJSONClass and uses the given pojo for field mappings
- arrayEndChar - Static variable in class com.github.tadukoo.parsing.json.JSONConverter
-
Character at the end of an array - closing bracket - ]
- arrayStartChar - Static variable in class com.github.tadukoo.parsing.json.JSONConverter
-
Character at the start of an array - opening bracket - [
- assertChild(EasyLogger, Node, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the given child matches the child on the given Node.
- assertNextSibling(EasyLogger, Node, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the given next sibling matches the next sibling on the given Node.
- assertNullChild(EasyLogger, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the child on the given Node is null.
- assertNullNextSibling(EasyLogger, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the next sibling on the given Node is null.
- assertNullParent(EasyLogger, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the parent on the given Node is null.
- assertNullPrevSibling(EasyLogger, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the previous sibling on the given Node is null.
- assertParent(EasyLogger, Node, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the given parent matches the parent on the given Node.
- assertPrevSibling(EasyLogger, Node, Node) - Static method in class com.github.tadukoo.parsing.fileformat.FormatNodeVerification
-
Checks that the given previous sibling matches the previous sibling on the given Node.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form