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