Uses of Class
name.martingeisse.grumpyjson.FieldErrorNode
Packages that use FieldErrorNode
Package
Description
-
Uses of FieldErrorNode in name.martingeisse.grumpyjson
Subclasses of FieldErrorNode in name.martingeisse.grumpyjsonModifier and TypeClassDescriptionstatic final classA node that specifies a single field nesting level for its subtree.static final classA leaf node with an internal exception.static final classA leaf node with an error message.static final classA node that groups two subtrees together to allow the tree to store multiple errors.Methods in name.martingeisse.grumpyjson that return FieldErrorNodeModifier and TypeMethodDescriptionfinal FieldErrorNodeFieldErrorNode.and(FieldErrorNode other) Groups two error sets together in a single new node.static FieldErrorNodeCreates a node for a single error message without a field path.static FieldErrorNodeCreates a node for a single error message without a field path.FieldErrorNode.Siblings.getFirst()Getter for the first subtree.FieldErrorNode.Field.getNode()Getter method for the local root node of the subtree which is nested under the field.FieldErrorNode.Siblings.getSecond()Getter for the second subtree.final FieldErrorNodeAdds the nesting within a single field as a prefix to the field path of this node, returning the result as a new node.Methods in name.martingeisse.grumpyjson with parameters of type FieldErrorNodeModifier and TypeMethodDescriptionfinal FieldErrorNodeFieldErrorNode.and(FieldErrorNode other) Groups two error sets together in a single new node. -
Uses of FieldErrorNode in name.martingeisse.grumpyjson.deserialize
Methods in name.martingeisse.grumpyjson.deserialize that return FieldErrorNodeModifier and TypeMethodDescriptionJsonDeserializationException.getFieldErrorNode()Getter for theFieldErrorNodethat holds the actual error(s)Constructors in name.martingeisse.grumpyjson.deserialize with parameters of type FieldErrorNodeModifierConstructorDescriptionJsonDeserializationException(FieldErrorNode fieldErrorNode) Creates an exception for aFieldErrorNodethat wraps one or more actual errors. -
Uses of FieldErrorNode in name.martingeisse.grumpyjson.serialize
Methods in name.martingeisse.grumpyjson.serialize that return FieldErrorNodeModifier and TypeMethodDescriptionJsonSerializationException.getFieldErrorNode()Getter for theFieldErrorNodethat holds the actual error(s)Constructors in name.martingeisse.grumpyjson.serialize with parameters of type FieldErrorNodeModifierConstructorDescriptionJsonSerializationException(FieldErrorNode fieldErrorNode) Creates an exception for aFieldErrorNodethat wraps one or more actual errors.