Uses of Class
net.sf.beanlib.PropertyInfo

Packages that use PropertyInfo
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.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
<T> boolean
CustomBeanTransformerSpi.isTransformable(Object from, Class<T> toClass, PropertyInfo propertyInfo)
          Returns true if the given object is to be transformed by this transformer; false otherwise.
<T> T
Transformable.transform(Object in, Class<T> toClass, PropertyInfo propertyInfo)
          Returns an object transformed from the input object with the given target class.