Uses of Interface
org.miaixz.bus.core.center.date.format.parser.PredicateDateParser
Packages that use PredicateDateParser
-
Uses of PredicateDateParser in org.miaixz.bus.core.center.date.format.parser
Classes in org.miaixz.bus.core.center.date.format.parser that implement PredicateDateParserModifier and TypeClassDescriptionclass全局正则日期解析器 通过使用预定义或自定义的正则规则,解析日期字符串class时间日期字符串,日期默认为当天,支持格式类似于;Methods in org.miaixz.bus.core.center.date.format.parser with parameters of type PredicateDateParserModifier and TypeMethodDescriptionRegisterDateParser.register(PredicateDateParser parser) 注册自定义的PredicateDateParser通过此方法,用户可以自定义日期字符串的匹配和解析,通过循环匹配,找到合适的解析器,解析之。