| Package | Description |
|---|---|
| io.doov.core.dsl |
Main package, entry point is
DOOV. |
| io.doov.core.dsl.field |
Field info implementations.
|
| io.doov.core.dsl.field.types | |
| io.doov.core.dsl.impl |
Condition implementations.
|
| io.doov.core.dsl.meta |
Abstract syntax tree implementation
|
| io.doov.core.dsl.runtime |
Pure runtime implementation of FieldModel and FieldInfo, which does not need code generation.
|
| io.doov.core.dsl.time |
Support of java.time API
|
| Class and Description |
|---|
| DefaultCondition
Base class for all conditions.
|
| IntegerCondition
Implements
Integer functions for the numeric conditions. |
| NumericCondition
Base class for numeric conditions.
|
| Class and Description |
|---|
| DefaultCondition
Base class for all conditions.
|
| IntegerCondition
Implements
Integer functions for the numeric conditions. |
| Class and Description |
|---|
| BooleanCondition
Base class for boolean conditions.
|
| DefaultCondition
Base class for all conditions.
|
| DoubleCondition
Implements
Double functions for the numeric conditions. |
| FloatCondition
Implements
Float functions for the numeric conditions. |
| IntegerCondition
Implements
Integer functions for the numeric conditions. |
| LocalDateCondition
Implements
LocalDate functions for the temporal conditions. |
| LocalDateTimeCondition
Implements
LocalDateTime functions for the temporal conditions. |
| LocalTimeCondition
Implements
LocalTime functions for the temporal conditions. |
| LongCondition
Implements
Long functions for the numeric conditions. |
| NumericCondition
Base class for numeric conditions.
|
| StringCondition
Base class for string conditions.
|
| TemporalCondition
Base class for temporal conditions.
|
| Class and Description |
|---|
| DefaultCondition
Base class for all conditions.
|
| IntegerCondition
Implements
Integer functions for the numeric conditions. |
| LogicalBinaryCondition
Implement logical conditions like and, or.
|
| LogicalNaryCondition
Implements nary conditions like match any, all, none.
|
| LogicalUnaryCondition
Implement unary conditions like negate.
|
| NumericCondition
Base class for numeric conditions.
|
| TemporalCondition
Base class for temporal conditions.
|
| Class and Description |
|---|
| DefaultCondition
Base class for all conditions.
|
| Class and Description |
|---|
| DefaultCondition
Base class for all conditions.
|
| Class and Description |
|---|
| TemporalCondition
Base class for temporal conditions.
|
Copyright © 2018. All rights reserved.