@return the property of the given object @throws RuntimeException if the property could not be evaluated
(Object object)
| 54 | * @throws RuntimeException if the property could not be evaluated |
| 55 | */ |
| 56 | public abstract Object getProperty(Object object); |
| 57 | |
| 58 | /** |
| 59 | * Sets the property on the given object to the new value. |
no outgoing calls
no test coverage detected