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