| Package | Description |
|---|---|
| io.doov.core.dsl.mapping |
Mapping implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTypeConverter<I,O> |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> TypeConverter<I,O> |
TypeConverters.converter(Function<I,O> converter,
O nullCase,
String description) |
static <I,O> TypeConverter<I,O> |
TypeConverters.converter(Function<I,O> converter,
String description) |
static <T> TypeConverter<T,T> |
DefaultTypeConverter.identity() |
| Modifier and Type | Method and Description |
|---|---|
<O> SimpleStepMapping<I,O> |
SimpleStepMap.using(TypeConverter<I,O> typeConverter)
Return the step mapping
|
Copyright © 2018. All rights reserved.