KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > BeanDescriptor > Top Examples

  • test.javabean.SimpleBeanBeanInfo
    BeanInfo class for SimpleBean. Note: The java beans specification does NOT state that a property mutator can NOT exist with out an associated property accessor. Furthermore the implmentation of the sun bdk will look for property mutators by them self. The criteria for determining properties/access ...
  • org.apache.commons.betwixt.strategy.TestHyphenatedNameMapper
    Test harness for the HyphenatedNameMapper @author <a HREF="mailto:jason@zenplex.com">Jason van Zyl</a> @author <a HREF="mailto:jstrachan@apache.org">James Strachan</a> @author <a HREF="mailto:martin@mvdb.net">Martin van den Bemt</a> @version $Revision: 1.10 $
  • org.apache.commons.betwixt.XMLIntrospector
    <p><code>XMLIntrospector</code> an introspector of beans to create a XMLBeanInfo instance.</p> <p>By default, <code>XMLBeanInfo</code> caching is switched on. This means that the first time that a request is made for a <code>XMLBeanInfo</code> ...
Popular Tags