public class MapperAsmFactory extends Object
| Constructor and Description |
|---|
MapperAsmFactory(org.simpleflatmapper.reflect.asm.AsmFactory asmFactory) |
| Modifier and Type | Method and Description |
|---|---|
<S,T> AbstractMapper<S,T> |
createMapper(FieldKey<?>[] keys,
FieldMapper<S,T>[] mappers,
FieldMapper<S,T>[] constructorMappers,
org.simpleflatmapper.reflect.BiInstantiator<S,MappingContext<? super S>,T> instantiator,
Class<? super S> source,
Class<T> target) |
public MapperAsmFactory(org.simpleflatmapper.reflect.asm.AsmFactory asmFactory)
public <S,T> AbstractMapper<S,T> createMapper(FieldKey<?>[] keys, FieldMapper<S,T>[] mappers, FieldMapper<S,T>[] constructorMappers, org.simpleflatmapper.reflect.BiInstantiator<S,MappingContext<? super S>,T> instantiator, Class<? super S> source, Class<T> target) throws Exception
ExceptionCopyright © 2020. All rights reserved.