| Package | Description |
|---|---|
| io.doov.core.dsl.lang |
Dsl interfaces
|
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Method and Description |
|---|---|
<O> NaryStepMapping<O> |
NaryStepMap.using(GenericTypeConverter<O> typeConverter)
Return the step mapping
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGenericTypeConverter<O> |
| Modifier and Type | Method and Description |
|---|---|
static <O> GenericTypeConverter<O> |
DefaultGenericTypeConverter.nConverter(BiFunction<FieldModel,List<DslField>,O> function,
String description) |
| Modifier and Type | Method and Description |
|---|---|
<O> NaryStepMapping<O> |
DefaultNaryStepMap.using(GenericTypeConverter<O> typeConverter) |
| Constructor and Description |
|---|
DefaultNaryMappingRule(List<DslField> fieldInfos,
DslField<O> outFieldInfo,
GenericTypeConverter<O> typeConverter) |
DefaultNaryStepMapping(List<DslField> fieldInfos,
GenericTypeConverter<O> typeConverter) |
Copyright © 2018. All rights reserved.