Package org.r10r.sqlify.rowparser
Class RowParsers<T>
- java.lang.Object
-
- org.r10r.sqlify.rowparser.RowParsers<T>
-
public class RowParsers<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description RowParsers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> RowParsergetDefaultParserFor(Class<E> e)Determines the default RowParser for a class.
-