public class ObjectRowProcessor<T> extends Object implements RowProcessor<T>
Constructor and Description |
---|
ObjectRowProcessor(Class<T> objectClass,
BiFunctionWithException<Class<T>,String,Field> columnToFieldMapper) |
ObjectRowProcessor(Class<T> objectClass,
Predicate<String> tablePredicate,
BiFunctionWithException<Class<T>,String,Field> columnToFieldMapper) |
Modifier and Type | Method and Description |
---|---|
T |
handle(ResultSet rs) |
static <U> BiFunctionWithException<Class<U>,String,Field> |
matching() |
static Predicate<String> |
table(String tableName) |
static <U> BiFunctionWithException<Class<U>,String,Field> |
underscoresToCamel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstColumn, firstColumn, optional
public ObjectRowProcessor(Class<T> objectClass, BiFunctionWithException<Class<T>,String,Field> columnToFieldMapper)
public static final <U> BiFunctionWithException<Class<U>,String,Field> matching()
public static final <U> BiFunctionWithException<Class<U>,String,Field> underscoresToCamel()
Copyright © 2014. All rights reserved.