Uses of Class
io.github.projectunified.cronutils.model.field.value.FieldValue
Packages that use FieldValue
Package
Description
-
Uses of FieldValue in io.github.projectunified.cronutils.model.field.expression
Methods in io.github.projectunified.cronutils.model.field.expression that return FieldValueConstructors in io.github.projectunified.cronutils.model.field.expression with parameters of type FieldValue -
Uses of FieldValue in io.github.projectunified.cronutils.model.field.expression.visitor
Methods in io.github.projectunified.cronutils.model.field.expression.visitor with parameters of type FieldValueModifier and TypeMethodDescriptionprotected booleanValidationFieldExpressionVisitor.isDefault(FieldValue<?> fieldValue) protected voidValidationFieldExpressionVisitor.isInRange(FieldValue<?> fieldValue) Check if given number is greater or equal to start range and minor or equal to end range.protected voidValidationFieldExpressionVisitor.isPeriodInRange(FieldValue<?> fieldValue) Check if given period is compatible with range.protected booleanValidationFieldExpressionVisitor.isSpecialCharNotL(FieldValue<?> fieldValue) Constructor parameters in io.github.projectunified.cronutils.model.field.expression.visitor with type arguments of type FieldValueModifierConstructorDescriptionValueMappingFieldExpressionVisitor(Function<FieldValue<?>, FieldValue<?>> transform) ValueMappingFieldExpressionVisitor(Function<FieldValue<?>, FieldValue<?>> transform) -
Uses of FieldValue in io.github.projectunified.cronutils.model.field.value
Subclasses of FieldValue in io.github.projectunified.cronutils.model.field.value -
Uses of FieldValue in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser that return FieldValue