Uses of Package
org.pentaho.platform.util.beans

Packages that use org.pentaho.platform.util.beans
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.util.beans   
 

Classes in org.pentaho.platform.util.beans used by org.pentaho.platform.engine.services.solution
PropertyNameFormatter
          PropertyNameFormatters are used to synchronize property names coming from a non Java Bean spec compliant system with the actual property names (camelCase) on the target bean.
 

Classes in org.pentaho.platform.util.beans used by org.pentaho.platform.util.beans
BeanUtil
          Utility methods for processing Java Beans in a consistent manner across all Pentaho projects.
BeanUtil.EagerFailingCallback
           
PropertyNameFormatter
          PropertyNameFormatters are used to synchronize property names coming from a non Java Bean spec compliant system with the actual property names (camelCase) on the target bean.
ValueSetErrorCallback
          This interface is used in conjunction with BeanUtil#setValue(Object, String, ValueSetCallback, PropertyNameFormatter...) to give the developer full control of how to handle various events that occur during the attempt to set a value on a Java Bean.