Uses of Record Class
io.github.grumpystuff.grumpyjson.FieldErrorNode.FlattenedError
Packages that use FieldErrorNode.FlattenedError
-
Uses of FieldErrorNode.FlattenedError in io.github.grumpystuff.grumpyjson
Methods in io.github.grumpystuff.grumpyjson that return types with arguments of type FieldErrorNode.FlattenedErrorModifier and TypeMethodDescriptionFieldErrorNode.flatten()Flattens the errors contained in this node and its subnodes as a list ofFieldErrorNode.FlattenedErrorobjects.Method parameters in io.github.grumpystuff.grumpyjson with type arguments of type FieldErrorNode.FlattenedErrorModifier and TypeMethodDescriptionprotected voidFieldErrorNode.Field.flatten(List<FieldErrorNode.FlattenedError> errors, List<String> segments) protected abstract voidFieldErrorNode.flatten(List<FieldErrorNode.FlattenedError> errors, List<String> segments) NOT PUBLIC APIprotected voidFieldErrorNode.InternalException.flatten(List<FieldErrorNode.FlattenedError> errors, List<String> segments) protected voidFieldErrorNode.Message.flatten(List<FieldErrorNode.FlattenedError> errors, List<String> segments) protected voidFieldErrorNode.Siblings.flatten(List<FieldErrorNode.FlattenedError> errors, List<String> segments)