public static interface PropertyResolver.IGetAndSet
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–2014 Apache Software Foundation. All rights reserved.