jaxx.compiler.beans
Class JAXXBeanDescriptor

java.lang.Object
  extended by jaxx.compiler.beans.JAXXFeatureDescriptor
      extended by jaxx.compiler.beans.JAXXBeanDescriptor

public class JAXXBeanDescriptor
extends JAXXFeatureDescriptor

Mirrors the class java.beans.BeanDescriptor. JAXX uses its own introspector rather than the built-in java.beans.Introspector so that it can introspect ClassDescriptor, not just java.lang.Class.


Constructor Summary
JAXXBeanDescriptor(ClassDescriptor beanClass)
           
 
Method Summary
 
Methods inherited from class jaxx.compiler.beans.JAXXFeatureDescriptor
capitalize, getClassDescriptor, getName, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXXBeanDescriptor

public JAXXBeanDescriptor(ClassDescriptor beanClass)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.