Package org.apache.empire.commons
Class BeanPropertyUtils.BeanPropertyUtilsImpl
java.lang.Object
org.apache.empire.commons.BeanPropertyUtils.BeanPropertyUtilsImpl
- Enclosing class:
- BeanPropertyUtils
Provided the implementation for the BeanUtils methods
- Author:
- rainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertPropertyValue(Object value, Class<?> type) getProperty(Object bean, String property) inthasProperty(Object bean, String property, boolean writeAccess) booleansetProperty(Object bean, String property, Object value)
-
Constructor Details
-
BeanPropertyUtilsImpl
public BeanPropertyUtilsImpl()
-
-
Method Details
-
hasProperty
-
getProperty
-
setProperty
-
convertPropertyValue
-