org.omnaest.utils.beans.adapter
Class ListToTypeAdapter.ClassAdapterMethodInterceptor

java.lang.Object
  extended by org.omnaest.utils.beans.adapter.ListToTypeAdapter.ClassAdapterMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
Enclosing class:
ListToTypeAdapter<T,L extends List<?>>

protected class ListToTypeAdapter.ClassAdapterMethodInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor

A MethodInterceptor implementation special for this ListToTypeAdapter


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

Constructor Detail

ListToTypeAdapter.ClassAdapterMethodInterceptor

protected ListToTypeAdapter.ClassAdapterMethodInterceptor()
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


Copyright © 2013. All Rights Reserved.