public interface BeanReadWrapper
Modifier and Type | Method and Description |
---|---|
List<String> |
getProperties()
Get the list of defined properties on the bean.
|
Object |
getPropertyValue(String name)
Get the value of the property named by
name parameter. |
Object |
getWrappedBean()
Get the original wrapped object
|
Object getPropertyValue(String name) throws InvalidPropertyException
name
parameter.name
- the name of the property to accessInvalidPropertyException
- when the property doesn't exist or can't be accessedList<String> getProperties()
Object getWrappedBean()
Copyright © 2021. All rights reserved.