public static interface PropertyResolver.IGetAndSet
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,
PropertyResolverConverter converter) |
Object getValue(Object object)
object
- The object where the value must be taken from.Class<?> getTargetClass()
Object newValue(Object object)
object
- The object where the new value must be set on.void setValue(Object object, Object value, PropertyResolverConverter converter)
object
- value
- converter
- Field getField()
Method getGetter()
Method getSetter()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.