Gets an instance of ClassInfo for the specified class.
Parameters: clazz - The class for which to lookup the method cache. The method cache for the class
Gets an array of the writeable properties for an object
The array
hasReadableProperty
public boolean hasReadableProperty(String propertyName)(Code)
Check to see if a class has a readable property by name
Parameters: propertyName - - the name of the property to check True if the object has a readable property by the name
hasWritableProperty
public boolean hasWritableProperty(String propertyName)(Code)
Check to see if a class has a writeable property by name
Parameters: propertyName - - the name of the property to check True if the object has a writeable property by the name
isKnownType
public static boolean isKnownType(Class clazz)(Code)
Tells us if the class passed in is a knwon common type
Parameters: clazz - The class to check True if the class is known
setCacheEnabled
public static void setCacheEnabled(boolean cacheEnabled)(Code)