List of usage examples for java.beans PropertyDescriptor subclass-usage
From source file org.mypsycho.beans.DescriptorExtension.java
/**
* Class for ...
* <p>Details</p>
*
* @author Peransin Nicolas
*/
From source file org.hopen.framework.rewrite.GenericTypeAwarePropertyDescriptor.java
/**
* Extension of the standard JavaBeans PropertyDescriptor class,
* overriding <code>getPropertyType()</code> such that a generically
* declared type will be resolved against the containing bean class.
*
* @author Juergen Hoeller
From source file pt.ist.vaadinframework.data.metamodel.SlotPropertyDescriptor.java
/**
* Meta information over a DML slot. Read and write operations are supported
* using reflection.
*
* @author Pedro Santos (pedro.miguel.santos@ist.utl.pt)
*/
From source file com.springframework.beans.GenericTypeAwarePropertyDescriptor.java
/**
* Extension of the standard JavaBeans {@link PropertyDescriptor} class,
* overriding {@code getPropertyType()} such that a generically declared
* type variable will be resolved against the containing bean class.
*
* @author Juergen Hoeller
From source file net.yasion.common.core.bean.wrapper.GenericTypeAwarePropertyDescriptor.java
/**
* Extension of the standard JavaBeans {@link PropertyDescriptor} class, overriding {@code getPropertyType()} such that a generically declared type variable will be resolved against the containing bean class.
*
* @author Juergen Hoeller
* @since 2.5.2
*/
From source file org.springframework.beans.GenericTypeAwarePropertyDescriptor.java
/**
* Extension of the standard JavaBeans {@link PropertyDescriptor} class,
* overriding {@code getPropertyType()} such that a generically declared
* type variable will be resolved against the containing bean class.
*
* @author Juergen Hoeller