Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.progeeks.meta.beans: Javadoc index of package org.progeeks.meta.beans.


Package Samples:

org.progeeks.meta.beans

Classes:

BeanInspector: Provides reflection utilities for a single bean class. This internally caches bean methods so that they don't have to be looked up repeatedly. In addition, it can provide additional info about the class that is important to know about things like multi-valued properties and such. Note: This class functions different than the org.progeeks.util.Inspector class and may one day replace it. This class provides an object per class where as the Inspector class provides and object per object.
ContainerPropertyDescriptor: Subclass of the java.beans.PropertyDescriptor class that provides additional information about multi-valued properties.
BeanMetaKit: MetaKit implementation providing access to the implementation features of the implementation layer.
BeanMetaObject: MetaObject implementation for interacting with standard Java beans.
BeanUtils: Provides utility methods for bean introspection.

Home | Contact Us | Privacy Policy | Terms of Service