| java.lang.Object com.jofti.introspect.JavaBeanClassIntrospector
JavaBeanClassIntrospector | public class JavaBeanClassIntrospector implements ClassIntrospector(Code) | | A JavaBean idiom compliant introspector. This means that Objects have to implement thet getter/setter
metaphor in order to be correctly interrogated.
The general usage of the parsing is package.Class.property. This value needs to be specified int he config file
in this format and the introspector will use this mechanism to navigate to the correct property.
author: xenephon (xenephon@jofti.com) |
getDimensions | public Map getDimensions()(Code) | | |
getKeyDimension | public int getKeyDimension()(Code) | | |
getKeyDimension | public synchronized int getKeyDimension(Class className)(Code) | | |
getKeyDimensions | public Map getKeyDimensions()(Code) | | |
getParsedObjectsForClass | public List getParsedObjectsForClass(Class clazz)(Code) | | |
getPrimitiveClasses | public Set getPrimitiveClasses()(Code) | | |
|
|