info.javelot.functionalj.reflect.impl
Class JdkStdReflect
java.lang.Object
info.javelot.functionalj.reflect.impl.StdReflectImpl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdkStdReflect
public JdkStdReflect()
- Default constructor, which uses
ReflectFinderImpl and JdkReflectFactory.