public class JooqConverterFactory extends Object
Constructor and Description |
---|
JooqConverterFactory() |
Modifier and Type | Method and Description |
---|---|
static <P,F> org.sfm.utils.conv.Converter<F,P> |
getConverter(Class<F> inType,
Class<P> outType) |
static <P,F> org.sfm.utils.conv.Converter<F,P> |
getConverter(Class<F> inType,
Type outType) |
public static <P,F> org.sfm.utils.conv.Converter<F,P> getConverter(Class<F> inType, Class<P> outType)
public static <P,F> org.sfm.utils.conv.Converter<F,P> getConverter(Class<F> inType, Type outType)
Copyright © 2016. All rights reserved.