| Package | Description |
|---|---|
| io.doov.core.dsl.field |
Field info implementations.
|
| io.doov.core.dsl.impl |
Condition implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateIsoFieldInfo |
class |
LocalDateFieldInfo |
class |
LocalDateTimeFieldInfo |
class |
LocalTimeFieldInfo |
class |
TimeIsoFieldInfo |
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
TemporalFieldInfo.after(TemporalFieldInfo<N> value)
|
default NumericCondition<Integer> |
TemporalFieldInfo.ageAt(TemporalFieldInfo<N> value)
|
default StepCondition |
TemporalFieldInfo.before(TemporalFieldInfo<N> value)
|
default NumericCondition<Integer> |
TemporalFieldInfo.daysBetween(TemporalFieldInfo<N> value)
|
default NumericCondition<Integer> |
TemporalFieldInfo.monthsBetween(TemporalFieldInfo<N> value)
|
default NumericCondition<Integer> |
TemporalFieldInfo.yearsBetween(TemporalFieldInfo<N> value)
|
| Modifier and Type | Method and Description |
|---|---|
StepCondition |
TemporalCondition.after(TemporalFieldInfo<N> value)
Returns a condition checking if the node value is after the field value.
|
NumericCondition<Integer> |
TemporalCondition.ageAt(TemporalFieldInfo<N> value)
Returns a numeric condition that returns the age of this node value at the given field value.
|
StepCondition |
TemporalCondition.before(TemporalFieldInfo<N> value)
Returns a condition checking if the node value is before the given field value.
|
NumericCondition<Integer> |
TemporalCondition.daysBetween(TemporalFieldInfo<N> value)
Returns a numeric condition that returns the days between this node value and the given field value.
|
NumericCondition<Integer> |
TemporalCondition.monthsBetween(TemporalFieldInfo<N> value)
Returns a numeric condition that returns the months between this node value and the given field value.
|
NumericCondition<Integer> |
TemporalCondition.yearsBetween(TemporalFieldInfo<N> value)
Returns a numeric condition that returns the years between this node value and the given field value.
|
Copyright © 2018. All rights reserved.