info.javelot.functionalj.reflect.impl
Class JdkStdReflect

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

public class JdkStdReflect
extends StdReflectImpl

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

The following implementations are used:

Author:
Copyright © 2006 Frederic Daoud

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

JdkStdReflect

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