| Package | Description |
|---|---|
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStaticTypeConverter<I,O> |
| Modifier and Type | Method and Description |
|---|---|
static <I> StaticTypeConverter<I,I> |
DefaultStaticTypeConverter.identity() |
static <I,O> StaticTypeConverter<I,O> |
TypeConverters.valueConverter(Function<I,O> function,
String description) |
| Modifier and Type | Method and Description |
|---|---|
<O> StaticStepMapping<I,O> |
StaticStepMap.using(StaticTypeConverter<I,O> typeConverter)
Return the step mapping
|
Copyright © 2018. All rights reserved.