public class ConverterProperty<I,O> extends Object
| Modifier and Type | Field | Description |
|---|---|---|
org.simpleflatmapper.converter.Converter<I,O> |
function |
|
Type |
inType |
| Constructor | Description |
|---|---|
ConverterProperty(org.simpleflatmapper.converter.Converter<I,O> function,
Type inType) |
| Modifier and Type | Method | Description |
|---|---|---|
static <I,O> ConverterProperty |
of(org.simpleflatmapper.converter.Converter<I,O> converter) |
|
static <I,O> ConverterProperty |
of(org.simpleflatmapper.converter.Converter<I,O> converter,
Type inType) |
public final Type inType
public static <I,O> ConverterProperty of(org.simpleflatmapper.converter.Converter<I,O> converter, Type inType)
public static <I,O> ConverterProperty of(org.simpleflatmapper.converter.Converter<I,O> converter)
Copyright © 2018. All rights reserved.