| Package | Description |
|---|---|
| io.doov.core |
Interfaces and annotations for domain model.
|
| io.doov.core.dsl |
Main package, entry point is
DOOV. |
| io.doov.core.dsl.field.types | |
| io.doov.core.dsl.impl |
Condition implementations.
|
| io.doov.core.dsl.lang |
Dsl interfaces
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldId
Id representing a value of the
FieldModel |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
FieldModel.get(DslId fieldId)
Returns the
FieldId value from the FieldId to read |
<T> T |
BaseFieldModel.get(DslId fieldId) |
| Modifier and Type | Method and Description |
|---|---|
DslId |
DslField.id() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DslModel.get(DslId id) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<LocalTime> |
TimeIsoFieldInfo.parse(DslModel model,
DslId id) |
static Optional<LocalDate> |
DateIsoFieldInfo.parse(DslModel model,
DslId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContext.addEvalValue(DslId id,
Object value) |
Object |
DefaultContext.getEvalValue(DslId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addEvalValue(DslId id,
Object value)
Adds the given evaluation value for the given field id.
|
Object |
Context.getEvalValue(DslId id)
Return the evaluation value for this field id.
|
Copyright © 2018. All rights reserved.