- All Implemented Interfaces:
org.simpleflatmapper.converter.ContextualConverter<Array,List<T>>
public class SqlArrayToListConverter<T>
extends Object
implements org.simpleflatmapper.converter.ContextualConverter<Array,List<T>>
-
Constructor Summary
Constructors
-
Method Summary
convert(Array in,
org.simpleflatmapper.converter.Context context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SqlArrayToListConverter
public SqlArrayToListConverter(org.simpleflatmapper.reflect.Getter<? super ResultSet,? extends T> getter)
-
Method Details
-
convert
public List<T> convert(Array in,
org.simpleflatmapper.converter.Context context)
throws Exception
- Specified by:
convert in interface org.simpleflatmapper.converter.ContextualConverter<Array,List<T>>
- Throws:
Exception