public class ReflectionService extends Object
| Constructor and Description |
|---|
ReflectionService(boolean asmPresent,
boolean asmActivated,
AsmFactory asmFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<ConstructorDefinition<T>> |
extractConstructors(Type target) |
AsmFactory |
getAsmFactory() |
<T,E> ClassMeta<T> |
getClassMeta(Type target,
boolean root) |
String |
getColumnName(Field field) |
String |
getColumnName(Method method) |
InstantiatorFactory |
getInstantiatorFactory() |
ObjectGetterFactory |
getObjectGetterFactory() |
ObjectSetterFactory |
getObjectSetterFactory() |
<T> ClassMeta<T> |
getRootClassMeta(Type mapToClass) |
boolean |
isAsmActivated() |
boolean |
isAsmPresent() |
static ReflectionService |
newInstance() |
static ReflectionService |
newInstance(boolean disableAsm,
boolean useAsmGeneration) |
public ReflectionService(boolean asmPresent,
boolean asmActivated,
AsmFactory asmFactory)
public ObjectSetterFactory getObjectSetterFactory()
public InstantiatorFactory getInstantiatorFactory()
public boolean isAsmPresent()
public boolean isAsmActivated()
public AsmFactory getAsmFactory()
public <T> List<ConstructorDefinition<T>> extractConstructors(Type target) throws IOException
IOExceptionpublic static ReflectionService newInstance()
public static ReflectionService newInstance(boolean disableAsm, boolean useAsmGeneration)
public ObjectGetterFactory getObjectGetterFactory()
Copyright © 2015. All rights reserved.