| Package | Description |
|---|---|
| org.sfm.csv.impl |
CsvMapper implementation. |
| org.sfm.jdbc.impl |
JdbcMapper related classes. |
| org.sfm.map.impl |
Mapper partial implementation. |
| org.sfm.reflect |
Reflection tools.
|
| org.sfm.reflect.asm |
Asm generation.
|
| org.sfm.reflect.impl |
Reflection tools implementation.
|
| Constructor and Description |
|---|
AbstractJdbcMapperImpl(Instantiator<ResultSet,T> instantiator,
RowHandlerErrorHandler errorHandler,
MappingContextFactory<ResultSet> mappingContextFactory) |
JdbcMapperImpl(FieldMapper<ResultSet,T>[] fieldMappers,
FieldMapper<ResultSet,T>[] constructorMappers,
Instantiator<ResultSet,T> instantiator,
RowHandlerErrorHandler errorHandler,
MappingContextFactory<ResultSet> mappingContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple2<FieldMapper<S,T>[],Instantiator<S,T>> |
AbstractFieldMapperMapperBuilder.getConstructorFieldMappersAndInstantiator() |
| Constructor and Description |
|---|
AbstractMapperImpl(Instantiator<S,T> instantiator,
MappingContextFactory<S> mappingContextFactory) |
MapperImpl(FieldMapper<S,T>[] fieldMappers,
FieldMapper<S,T>[] constructorMappers,
Instantiator<S,T> instantiator,
MappingContextFactory<S> mappingContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetterInstantiator<S,T> |
| Modifier and Type | Method and Description |
|---|---|
<S,T> Instantiator<S,T> |
InstantiatorFactory.getArrayInstantiator(Class<?> elementType,
int length) |
<S,T> Instantiator<S,T> |
InstantiatorFactory.getInstantiator(Type target,
Class<?> source,
List<ConstructorDefinition<T>> constructors,
Map<ConstructorParameter,Getter<S,?>> injections,
boolean useAsmIfEnabled) |
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<ConstructorParameter,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<ConstructorParameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory,
boolean useAsmIfEnabled) |
| Modifier and Type | Method and Description |
|---|---|
<S,T> Instantiator<S,T> |
AsmFactory.createEmptyArgsInstantiator(Class<S> source,
Class<? extends T> target) |
<S,T> Instantiator<S,T> |
AsmFactory.createInstantiator(Class<?> source,
ConstructorDefinition<T> constructorDefinition,
Map<ConstructorParameter,Getter<S,?>> injections) |
| Modifier and Type | Method and Description |
|---|---|
<T> JdbcMapper<T> |
AsmFactory.createJdbcMapper(FieldMapper<ResultSet,T>[] mappers,
FieldMapper<ResultSet,T>[] constructorMappers,
Instantiator<ResultSet,T> instantiator,
Class<T> target,
RowHandlerErrorHandler errorHandler,
MappingContextFactory<ResultSet> mappingContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
InjectConstructorInstantiator<S,T> |
class |
StaticConstructorInstantiator<S,T> |
Copyright © 2015. All rights reserved.