|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|
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)
|
|
|
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 | ||
---|---|---|
|
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
|
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)
|
|
|
Transformable.transform(Object in,
Class<T> toClass,
PropertyInfo propertyInfo)
Returns an object transformed from the input object with the given target class. |
|
|
ChainedCustomBeanTransformer.transform(Object in,
Class<T> toClass,
PropertyInfo propertyInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |