public class PartParser extends Object
Part指定不同部分,解析为PartMatcherpublic PartParser(Part part)
part - 对应解析的部分枚举public static PartParser of(Part part)
part - 对应解析的部分枚举public PartMatcher parse(String value)
PartMatcherAlwaysTrueMatcherPart.DAY_OF_MONTH 返回DayOfMonthMatcherPart.YEAR 返回YearValueMatcherBoolArrayMatchervalue - 表达式PartMatcherCopyright © 2023. All rights reserved.