Deprecated API

Deprecated Fields
org.apache.commons.beanutils.PropertyUtils.debug
          The debug static property is no longer used 
org.apache.commons.beanutils.BeanUtils.debug
          BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class. 
org.apache.commons.beanutils.ConvertUtils.defaultBoolean
          Register replacement converters for Boolean.TYPE and Boolean.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultByte
          Register replacement converters for Byte.TYPE and Byte.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultCharacter
          Register replacement converters for Character.TYPE and Character.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultDouble
          Register replacement converters for Double.TYPE and Double.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultFloat
          Register replacement converters for Float.TYPE and Float.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultInteger
          Register replacement converters for Integer.TYPE and Integer.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultLong
          Register replacement converters for Long.TYPE and Long.class instead 
org.apache.commons.beanutils.ConvertUtils.defaultShort
          Register replacement converters for Short.TYPE and Short.class instead 
 

Deprecated Methods
org.apache.commons.beanutils.PropertyUtils.getDebug()
          The debug static property is no longer used 
org.apache.commons.beanutils.BeanUtils.getDebug()
          BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class. 
org.apache.commons.beanutils.PropertyUtils.setDebug(int)
          The debug static property is no longer used 
org.apache.commons.beanutils.BeanUtils.setDebug(int)
          BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class. 
 



Copyright (c) 2001-2003 - Apache Software Foundation