public class MetaClass extends Object
Modifier and Type | Method and Description |
---|---|
String |
findProperty(String name) |
String |
findProperty(String name,
boolean useCamelCaseMapping) |
static MetaClass |
forClass(Class<?> type) |
Invoker |
getGetInvoker(String name) |
String[] |
getGetterNames() |
Class<?> |
getGetterType(String name) |
Invoker |
getSetInvoker(String name) |
String[] |
getSetterNames() |
Class<?> |
getSetterType(String name) |
boolean |
hasGetter(String name) |
boolean |
hasSetter(String name) |
static boolean |
isClassCacheEnabled() |
MetaClass |
metaClassForProperty(String name) |
static void |
setClassCacheEnabled(boolean classCacheEnabled) |
public static boolean isClassCacheEnabled()
public static void setClassCacheEnabled(boolean classCacheEnabled)
public String[] getGetterNames()
public String[] getSetterNames()
public boolean hasSetter(String name)
public boolean hasGetter(String name)
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.