org.neovera.jdiablo.internal
Class SetterMethodInterceptor

java.lang.Object
  extended by org.neovera.jdiablo.internal.SetterMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class SetterMethodInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor


Constructor Summary
SetterMethodInterceptor()
           
 
Method Summary
 Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
           
 boolean isPropertyNotRequired(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterMethodInterceptor

public SetterMethodInterceptor()
Method Detail

intercept

public Object intercept(Object obj,
                        Method method,
                        Object[] args,
                        net.sf.cglib.proxy.MethodProxy proxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
Throwable

isPropertyNotRequired

public boolean isPropertyNotRequired(String propertyName)


Copyright © 2014 Neovera Inc.. All rights reserved.