public interface GetAndSet
GetAndSet provides methods to get and set values of an object in a model.
This inteface was previously in the PropertyResolver class.| Modifier and Type | Method and Description |
|---|---|
Field |
getField() |
Method |
getGetter() |
Method |
getSetter() |
Class<?> |
getTargetClass() |
Object |
getValue(Object object) |
Object |
newValue(Object object) |
void |
setValue(Object object,
Object value)
Sets the value.
|
Field getField()
Method getGetter()
Method getSetter()
Class<?> getTargetClass()
Object getValue(Object object)
object - The object where the value must be taken from.Object newValue(Object object)
object - The object where the new value must be set on.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.