Uses of Class
net.sf.beanlib.PropertyInfo

Packages that use PropertyInfo
net.sf.beanlib.hibernate3 JavaBean Library for Hibernate 3.x 
net.sf.beanlib.joda JavaBean Library for Joda-Time 1.5.2. 
net.sf.beanlib.provider Beanlib Servce Provider Implementations 
net.sf.beanlib.provider.replicator Replicator Servce Provider Implementations 
net.sf.beanlib.spi Beanlib Servce Provider Interface 
 

Uses of PropertyInfo in net.sf.beanlib.hibernate3
 

Methods in net.sf.beanlib.hibernate3 with parameters of type PropertyInfo
 boolean LazyHibernateCustomBeanTransformer.isTransformable(Object from, Class<?> toClass, PropertyInfo propertyInfo)
           
<T> T
LazyHibernateCustomBeanTransformer.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)
           
 

Uses of PropertyInfo in net.sf.beanlib.joda
 

Methods in net.sf.beanlib.joda with parameters of type PropertyInfo
 boolean JodaTimeTransformer.isTransformable(Object from, Class<?> toClass, PropertyInfo propertyInfo)
           
<T> T
JodaTimeTransformer.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)
           
 

Uses of PropertyInfo in net.sf.beanlib.provider
 

Methods in net.sf.beanlib.provider with parameters of type PropertyInfo
<T> T
BeanTransformer.transform(Object from, Class<T> toClass, PropertyInfo propertyInfo)
           
 

Uses of PropertyInfo in net.sf.beanlib.provider.replicator
 

Methods in net.sf.beanlib.provider.replicator with parameters of type PropertyInfo
protected
<T> T
ReplicatorTemplate.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)
           
 

Uses of PropertyInfo in net.sf.beanlib.spi
 

Methods in net.sf.beanlib.spi with parameters of type PropertyInfo
 boolean CustomBeanTransformerSpi.isTransformable(Object from, Class<?> toClass, PropertyInfo propertyInfo)
          Returns true if the given object is to be transformed by this transformer; false otherwise.
 boolean ChainedCustomBeanTransformer.isTransformable(Object from, Class<?> toClass, PropertyInfo propertyInfo)
           
<T> T
Transformable.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)
          Returns an object transformed from the input object with the given target class.
<T> T
ChainedCustomBeanTransformer.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)