Package info.javelot.functionalj.reflect.helper.impl

Class Summary
CglibReflectFactory Defines a reflection factory that uses cglib.
JdkReflectFactory Defines a reflection factory that uses the standard JDK.
ReflectFinderImpl Implementation of a way to find Methods and Constructors.
ReflectParametersImpl Implementation of a way to find the reflection elements that are compatible with a list of parameters.