Package | Description |
---|---|
com.cronutils.model.field.expression | |
com.cronutils.model.field.expression.visitor | |
com.cronutils.model.field.value | |
com.cronutils.parser |
Modifier and Type | Method and Description |
---|---|
FieldValue<?> |
Between.getFrom() |
FieldValue<?> |
Between.getTo() |
Constructor and Description |
---|
Between(FieldValue<?> from,
FieldValue<?> to) |
Between(FieldValue<?> from,
FieldValue<?> to) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ValidationFieldExpressionVisitor.isDefault(FieldValue<?> fieldValue) |
protected void |
ValidationFieldExpressionVisitor.isInRange(FieldValue<?> fieldValue)
Check if given number is greater or equal to start range and minor or equal to end range.
|
protected void |
ValidationFieldExpressionVisitor.isPeriodInRange(FieldValue<?> fieldValue)
Check if given period is compatible with range.
|
protected boolean |
ValidationFieldExpressionVisitor.isSpecialCharNotL(FieldValue<?> fieldValue) |
Constructor and Description |
---|
ValueMappingFieldExpressionVisitor(Function<FieldValue<?>,FieldValue<?>> transform) |
ValueMappingFieldExpressionVisitor(Function<FieldValue<?>,FieldValue<?>> transform) |
Modifier and Type | Class and Description |
---|---|
class |
IntegerFieldValue |
class |
SpecialCharFieldValue |
Modifier and Type | Method and Description |
---|---|
protected FieldValue<?> |
FieldParser.map(String string) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.