| Package | Description |
|---|---|
| io.doov.core.dsl.field |
Field info implementations.
|
| io.doov.core.dsl.field.types | |
| io.doov.core.dsl.impl |
Condition implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFieldInfo<T> |
| Modifier and Type | Method and Description |
|---|---|
default StepCondition |
BaseFieldInfo.eq(BaseFieldInfo<T> value)
|
default StepCondition |
BaseFieldInfo.notEq(BaseFieldInfo<T> value)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalFieldInfo
Base interface for logical field info.
|
interface |
NumericFieldInfo<N extends Number>
Base interface for numeric field info.
|
interface |
TemporalFieldInfo<N extends Temporal>
Base interface for temporal field info.
|
interface |
TextFieldInfo
Base interface for text field info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFieldInfo |
class |
CharacterFieldInfo |
class |
DateIsoFieldInfo |
class |
DoubleFieldInfo |
class |
EnumFieldInfo<E extends Enum<E>> |
class |
FloatFieldInfo |
class |
IntegerFieldInfo |
class |
IterableFieldInfo<T,C extends Iterable<T>> |
class |
LocalDateFieldInfo |
class |
LocalDateTimeFieldInfo |
class |
LocalTimeFieldInfo |
class |
LongFieldInfo |
class |
StringFieldInfo |
class |
TimeIsoFieldInfo |
| Modifier and Type | Method and Description |
|---|---|
StepCondition |
DefaultCondition.eq(BaseFieldInfo<T> value)
Returns a step condition checking if the node value is equal to the given supplier value.
|
StepCondition |
DefaultCondition.notEq(BaseFieldInfo<T> value)
Returns a step condition checking if the node value is not equal to the given field value.
|
Copyright © 2018. All rights reserved.