Package info.javelot.functionalj.reflect.element

Interface Summary
ReflectElement Interface that represents a reflect element, such as a constructor or method.
 

Class Summary
ReflectCglibConstructor Represents a reflect cglib constructor.
ReflectCglibInstanceMethod Represents a reflect cglibinstance method.
ReflectCglibStaticMethod Represents a reflect cglib static method.
ReflectInstanceMethod Represents a reflect instance method.
ReflectJdkConstructor Represents a reflect JDK constructor.
ReflectJdkInstanceMethod Represents a reflect JDK instance method.
ReflectJdkStaticMethod Represents a reflect JDK static method.