Configuration Reference

Version:3.1.0

Micronaut Toml Serde Config Properties

🔗
Table 1. Configuration Properties for SerdeTomlConfiguration$ReadConstraints
Property Type Description Default value

micronaut.serde.toml.read-constraints.max-number-length

java.lang.Integer

The maximum number token length, or {@code null} to use the default

micronaut.serde.toml.read-constraints.max-string-length

java.lang.Integer

The maximum string value length, or {@code null} for no limit

micronaut.serde.toml.read-constraints.max-document-size

java.lang.Integer

The maximum document size in bytes, or {@code null}/non-positive for no limit

🔗
Table 2. Configuration Properties for SerdeTomlConfiguration$WriteFeatures
Property Type Description Default value

micronaut.serde.toml.write-features.write-layout

SerdeTomlConfiguration$WriteLayout

The configured write layout (defaults to {@link WriteLayout#TABLE})