info.javelot.functionalj.reflect.impl
Class JdkDynReflect

java.lang.Object
  extended byinfo.javelot.functionalj.reflect.impl.DynReflectImpl
      extended byinfo.javelot.functionalj.reflect.impl.JdkDynReflect
All Implemented Interfaces:
DynReflect

public class JdkDynReflect
extends DynReflectImpl

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

Author:
Copyright © 2006 Frederic Daoud

Constructor Summary
JdkDynReflect()
          Default constructor, which uses ReflectFinderImpl and JdkReflectFactory.
 
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

JdkDynReflect

public JdkDynReflect()
Default constructor, which uses ReflectFinderImpl and JdkReflectFactory.