Class BeanPropertyUtils.BeanPropertyUtilsImpl

java.lang.Object
org.apache.empire.commons.BeanPropertyUtils.BeanPropertyUtilsImpl
Enclosing class:
BeanPropertyUtils

public static class BeanPropertyUtils.BeanPropertyUtilsImpl extends Object
Provided the implementation for the BeanUtils methods
Author:
rainer
  • Constructor Details

    • BeanPropertyUtilsImpl

      public BeanPropertyUtilsImpl()
  • Method Details

    • hasProperty

      public int hasProperty(Object bean, String property, boolean writeAccess)
    • getProperty

      public Object getProperty(Object bean, String property)
    • setProperty

      public boolean setProperty(Object bean, String property, Object value)
    • convertPropertyValue

      public Object convertPropertyValue(Object value, Class<?> type)