public class TomlReader extends Object
日期格式支持:
LocalDate
LocalDateTime
ZonedDateTime
此类支持更加宽松的key,除了A-Za-z0-9_-
,还支持' ','.', '[', ']' 和 '='
Constructor and Description |
---|
TomlReader(String data,
boolean strictAsciiBareKeys)
构造
严格模式:[A-Za-z0-9_-]
宽松模式:所有字符但是不包括. [ ] # =
|
Copyright © 2025. All rights reserved.