| Package | Description |
|---|---|
| io.doov.core.dsl |
Main package, entry point is
DOOV. |
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static MappingRegistry |
DOOV.mapFor(Stream<? extends DslField<?>> fieldStream,
Function<DslField<?>,MappingRule> mappingRuleFunction)
Create an array of mapping rules from a stream of fields
|
static MappingRegistry |
DOOV.mapRange(int startInclusive,
int endExclusive,
Function<Integer,MappingRule> mappingRuleFunction)
Create an array of mapping rules from a range of index
|
| Modifier and Type | Method and Description |
|---|---|
static MappingRegistry |
MappingRegistry.mappings(MappingRule... mappingRules) |
MappingRegistry |
MappingRegistry.with(MappingRule... rulestoAdd)
Create a new registry with all rules of the current registry followed by the given mapping rules
|
Copyright © 2018. All rights reserved.