info.javelot.functionalj.reflect.impl
Class CglibDynReflect

java.lang.Object
  extended by info.javelot.functionalj.reflect.impl.DynReflectImpl
      extended by info.javelot.functionalj.reflect.impl.CglibDynReflect
All Implemented Interfaces:
DynReflect

public class CglibDynReflect
extends DynReflectImpl

An implementation of "dynamic" reflection using the cglib mechanism.

Author:
Copyright © 2006 Frederic Daoud

Constructor Summary
CglibDynReflect()
          Default constructor, which uses ReflectFinderImpl and CglibReflectFactory.
 
Method Summary
 
Methods inherited from class info.javelot.functionalj.reflect.impl.DynReflectImpl
constructor, constructor, instanceFunction, instanceFunction, instanceFunction, setReflectFactory, setReflectFinder, setReflectParameters, staticFunction, staticFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CglibDynReflect

public CglibDynReflect()
Default constructor, which uses ReflectFinderImpl and CglibReflectFactory.