An interface that adds the ability to intercept property getters/setters
Object
beforeGet(Object object, String property)
void
beforeSet(Object object, String property, Object newValue)
interface Interceptor
afterInvoke, beforeInvoke, doInvoke
Intercepts a getXXX call and returns a result. The result is replaced by the real value if doGet() return false
object
property
Intercepts a setXXX call
newValue
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.