Uses of Class
io.github.grumpystuff.grumpyjson.FieldErrorNode
Packages that use FieldErrorNode
Package
Description
-
Uses of FieldErrorNode in io.github.grumpystuff.grumpyjson
Subclasses of FieldErrorNode in io.github.grumpystuff.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 io.github.grumpystuff.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 io.github.grumpystuff.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 io.github.grumpystuff.grumpyjson.deserialize
Methods in io.github.grumpystuff.grumpyjson.deserialize that return FieldErrorNodeModifier and TypeMethodDescriptionJsonDeserializationException.getFieldErrorNode()Getter for theFieldErrorNodethat holds the actual error(s)Constructors in io.github.grumpystuff.grumpyjson.deserialize with parameters of type FieldErrorNodeModifierConstructorDescriptionJsonDeserializationException(FieldErrorNode fieldErrorNode) Creates an exception for aFieldErrorNodethat wraps one or more actual errors. -
Uses of FieldErrorNode in io.github.grumpystuff.grumpyjson.serialize
Methods in io.github.grumpystuff.grumpyjson.serialize that return FieldErrorNodeModifier and TypeMethodDescriptionJsonSerializationException.getFieldErrorNode()Getter for theFieldErrorNodethat holds the actual error(s)Constructors in io.github.grumpystuff.grumpyjson.serialize with parameters of type FieldErrorNodeModifierConstructorDescriptionJsonSerializationException(FieldErrorNode fieldErrorNode) Creates an exception for aFieldErrorNodethat wraps one or more actual errors.