info.javelot.functionalj.reflect.impl
Class CglibStdReflect

java.lang.Object
  extended by info.javelot.functionalj.reflect.impl.StdReflectImpl
      extended by info.javelot.functionalj.reflect.impl.CglibStdReflect
All Implemented Interfaces:
StdReflect

public class CglibStdReflect
extends StdReflectImpl

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

Author:
Copyright © 2006 Frederic Daoud

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

Constructor Detail

CglibStdReflect

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