| Package | Description |
|---|---|
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNaryTypeConverter<O> |
| Modifier and Type | Method and Description |
|---|---|
static NaryTypeConverter<Integer> |
TypeConverters.counter(String description) |
static <O> NaryTypeConverter<O> |
TypeConverters.nConverter(BiFunction<FieldModel,List<DslField>,O> function,
String description) |
| Modifier and Type | Method and Description |
|---|---|
<O> NaryStepMapping<O> |
NaryStepMap.using(NaryTypeConverter<O> typeConverter)
Return the step mapping
|
Copyright © 2018. All rights reserved.