public class TomlReader extends Object
日期格式支持:
LocalDate
LocalDateTime
ZonedDateTime
此类支持更加宽松的key,除了A-Za-z0-9_- ,还支持' ','.', '[', ']' 和 '='
A-Za-z0-9_-
TomlReader(String data, boolean strictAsciiBareKeys)
Map<String,Object>
read()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TomlReader(String data, boolean strictAsciiBareKeys)
严格模式:[A-Za-z0-9_-] 宽松模式:所有字符但是不包括. [ ] # =
data
strictAsciiBareKeys
true
false
public Map<String,Object> read()
Copyright © 2023. All rights reserved.