Uses of Record Class
dev.omnist.codec.WriteAdjustment
Packages that use WriteAdjustment
Package
Description
Reading and writing the
Document model as the
non-OML wire formats — JSON, YAML, TOML, and XML (omnist-spec §7.3) — including
the lossy-adjustment reporting (WriteReport) that
records when a format's constraints force a value to be adjusted on write.-
Uses of WriteAdjustment in dev.omnist.codec
Methods in dev.omnist.codec that return types with arguments of type WriteAdjustmentModifier and TypeMethodDescriptionWriteReport.adjustments()Returns an immutable snapshot of every adjustment recorded so far, in the order they were added.Method parameters in dev.omnist.codec with type arguments of type WriteAdjustmentModifier and TypeMethodDescriptionvoidWriteReport.addAll(List<WriteAdjustment> other) Appends every adjustment fromotherto this report, preserving order.