Micronaut Toml Configuration Reference
Every documented configuration property of Micronaut Toml, with types, descriptions, and defaults.
4 properties across 1 section
Micronaut Toml Serde Config Properties
Configuration properties for SerdeTomlConfiguration$ReadConstraints
| Property | Type | Description |
|---|---|---|
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 |
Configuration properties for SerdeTomlConfiguration$WriteFeatures
| Property | Type | Description |
|---|---|---|
micronaut.serde.toml.write-features.write-layout | SerdeTomlConfiguration$WriteLayout | The configured write layout (defaults to {@link WriteLayout#TABLE}) |
No properties match this filter.