public class MapperAsmBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRUCTOR_MAPPER_PREFIX |
static String |
FIELD_MAPPER_PREFIX |
| Constructor and Description |
|---|
MapperAsmBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> byte[] |
dump(String className,
FieldMapper<? super S,? super T>[] _mappers,
FieldMapper<? super S,? super T>[] _constructorMappers,
Class<? super S> sourceClass,
Class<T> target) |
public static final String FIELD_MAPPER_PREFIX
public static final String CONSTRUCTOR_MAPPER_PREFIX
public static <S,T> byte[] dump(String className, FieldMapper<? super S,? super T>[] _mappers, FieldMapper<? super S,? super T>[] _constructorMappers, Class<? super S> sourceClass, Class<T> target) throws Exception
ExceptionCopyright © 2020. All rights reserved.