| Package | Description |
|---|---|
| com.moandjiezana.uncommons.dbutils |
| Modifier and Type | Method and Description |
|---|---|
static <U> BiFunctionWithException<Class<U>,String,Field> |
ObjectRowProcessor.matching() |
static <U> BiFunctionWithException<Class<U>,String,Field> |
ObjectRowProcessor.underscoresToCamel() |
| 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) |
Copyright © 2014. All rights reserved.