| Package | Description |
|---|---|
| org.sfm.csv |
CsvMapper classes to map object from a csv file. |
| org.sfm.jdbc.impl.getter | |
| org.sfm.jdbc.impl.getter.joda | |
| org.sfm.jooq |
SfmRecordMapperProvider to integrate in @see jOOQ |
| org.sfm.map |
Provides base class that are shared across all mappers.
|
| org.sfm.map.column.joda | |
| org.sfm.map.column.time | |
| org.sfm.map.impl |
Mapper partial implementation. |
| org.sfm.querydsl |
MappingProjection implementation for querydsl. |
| org.sfm.reflect |
Reflection tools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvColumnDefinition |
| Modifier and Type | Method and Description |
|---|---|
<P> Getter<ResultSet,P> |
ResultSetGetterFactory.newGetter(Type genericType,
JdbcColumnKey key,
ColumnDefinition<?,?> columnDefinition) |
<P> Getter<ResultSet,P> |
ResultSetGetterFactory.StringResultSetGetterFactory.newGetter(Type genericType,
JdbcColumnKey key,
ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static Getter<ResultSet,?> |
JodaTimeGetterHelper.getGetter(Type type,
JdbcColumnKey key,
ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
<P> Getter<R,P> |
RecordGetterFactory.newGetter(Type genericType,
JooqFieldKey key,
ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnDefinition<K extends FieldKey<K>,CD extends ColumnDefinition<K,CD>> |
interface |
ColumnDefinitionProvider<C extends ColumnDefinition<K,C>,K extends FieldKey<K>> |
| Modifier and Type | Method and Description |
|---|---|
<P> Getter<T,P> |
GetterFactory.newGetter(Type target,
K key,
ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static org.joda.time.format.DateTimeFormatter |
JodaHelper.getDateTimeFormatter(ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormatter |
JavaTimeHelper.getDateTimeFormatter(ColumnDefinition<?,?> columnDefinition) |
static ZoneId |
JavaTimeHelper.getZoneId(ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumnDefinitionProvider<C extends ColumnDefinition<K,C>,K extends FieldKey<K>> |
class |
CalculateMaxIndex<T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
interface |
FieldMapperFactory<S,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
class |
PropertyMapping<T,P,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
class |
PropertyMappingsBuilder<T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldMapperColumnDefinition<K extends FieldKey<K>,S> |
| Modifier and Type | Method and Description |
|---|---|
<P> Getter<com.mysema.query.Tuple,P> |
TupleGetterFactory.newGetter(Type genericType,
TupleElementKey key,
ColumnDefinition<?,?> columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory) |
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory,
boolean useAsmIfEnabled) |
Copyright © 2015. All rights reserved.