| Package | Description |
|---|---|
| io.doov.core.dsl.impl |
Condition implementations.
|
| io.doov.core.dsl.lang |
Dsl interfaces
|
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionalMappingRule |
DefaultStepWhen.then(MappingRegistry mappingRegistry) |
| Modifier and Type | Method and Description |
|---|---|
MappingRegistry |
MappingRegistry.with(MappingRegistry... mappingRegistries)
Create a new registry with all rules of the current registry followed by the rules in given registries
|
MappingRegistry |
MappingRegistry.with(MappingRule... mappingRules)
Create a new registry with all rules of the current registry followed by the given mapping rules
|
| Modifier and Type | Method and Description |
|---|---|
ConditionalMappingRule |
ConditionalMappingRule.otherwise(MappingRegistry mappingRegistry)
Adds rules to execute when the validation rule is invalid
|
ConditionalMappingRule |
StepWhen.then(MappingRegistry mappingRegistry)
Return a conditional mapping rule containing all the mapping rules in the mapping registry.
|
MappingRegistry |
MappingRegistry.with(MappingRegistry... mappingRegistries)
Create a new registry with all rules of the current registry followed by the rules in given registries
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMappingRegistry |
| Modifier and Type | Method and Description |
|---|---|
static MappingRegistry |
DefaultMappingRegistry.mappings(MappingRegistry... mappingRegistries) |
static MappingRegistry |
DefaultMappingRegistry.mappings(MappingRule... mappingRules) |
MappingRegistry |
DefaultMappingRegistry.with(MappingRegistry... mappingRegistries) |
MappingRegistry |
DefaultMappingRegistry.with(MappingRule... mappingRules) |
| Modifier and Type | Method and Description |
|---|---|
static MappingRegistry |
DefaultMappingRegistry.mappings(MappingRegistry... mappingRegistries) |
ConditionalMappingRule |
DefaultConditionalMappingRule.otherwise(MappingRegistry mappingRegistry) |
MappingRegistry |
DefaultMappingRegistry.with(MappingRegistry... mappingRegistries) |
| Constructor and Description |
|---|
DefaultConditionalMappingRule(StepWhen stepWhen,
MappingRegistry mappingRules) |
Copyright © 2018. All rights reserved.