Package org.midheaven.lang.reflection
Class ReflectionMethodsMirror<T>
java.lang.Object
org.midheaven.lang.reflection.ReflectionMethodsMirror<T>
- All Implemented Interfaces:
MethodsMirror<T>
Represents Reflection Methods Mirror.
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionMethodsMirror(Class<T> type) Creates a new ReflectionMethodsMirror. -
Method Summary
-
Constructor Details
-
ReflectionMethodsMirror
Creates a new ReflectionMethodsMirror.- Parameters:
type- the type value
-
-
Method Details
-
declared
Performs declared.- Specified by:
declaredin interfaceMethodsMirror<T>- Returns:
- the result of declared
-
contracted
Performs contracted.- Specified by:
contractedin interfaceMethodsMirror<T>- Returns:
- the result of contracted
-