public class AsmFactory extends Object
| Constructor and Description |
|---|
AsmFactory(ClassLoader cl) |
public AsmFactory(ClassLoader cl)
public <S,T> Instantiator<S,T> createEmptyArgsInstantiator(Class<S> source, Class<? extends T> target) throws Exception
Exceptionpublic <S,T> Instantiator<S,T> createInstantiator(Class<?> source, InstantiatorDefinition instantiatorDefinition, Map<Parameter,Getter<S,?>> injections) throws Exception
Exceptionpublic <T> JdbcMapper<T> createJdbcMapper(JdbcColumnKey[] keys, FieldMapper<ResultSet,T>[] mappers, FieldMapper<ResultSet,T>[] constructorMappers, Instantiator<ResultSet,T> instantiator, Class<T> target, RowHandlerErrorHandler errorHandler, MappingContextFactory<ResultSet> mappingContextFactory) throws Exception
Exceptionpublic <T> CsvMapperCellHandlerFactory<T> createCsvMapperCellHandler(Type target, DelayedCellSetterFactory<T,?>[] delayedCellSetterFactories, CellSetter<T>[] setters, Instantiator<CsvMapperCellHandler<T>,T> instantiator, CsvColumnKey[] keys, ParsingContextFactory parsingContextFactory, FieldMapperErrorHandler<CsvColumnKey> fieldErrorHandler, int maxMethodSize) throws Exception
ExceptionCopyright © 2015. All rights reserved.