public class PartParser extends Object
Part
指定不同部分,解析为PartMatcher
Constructor and Description |
---|
PartParser(Part part)
构造
|
Modifier and Type | Method and Description |
---|---|
static PartParser |
of(Part part)
创建解析器
|
PartMatcher |
parse(String value)
将表达式解析为
PartMatcher * 或者 ? |
public PartParser(Part part)
part
- 对应解析的部分枚举public static PartParser of(Part part)
part
- 对应解析的部分枚举public PartMatcher parse(String value)
PartMatcher
AlwaysTrueMatcher
Part.DAY_OF_MONTH
返回DayOfMonthMatcher
Part.YEAR
返回YearValueMatcher
BoolArrayMatcher
value
- 表达式PartMatcher
Copyright © 2024. All rights reserved.