Class GetDeclaredMethodFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredMethodFunction.ForJava7
-
- All Implemented Interfaces:
GetDeclaredMethodFunction
,ThrowingTriFunction<java.lang.Class<?>,java.lang.String,java.lang.Class<?>[],java.lang.reflect.Method,java.lang.Throwable>
- Enclosing interface:
- GetDeclaredMethodFunction
public static class GetDeclaredMethodFunction.ForJava7 extends java.lang.Object implements GetDeclaredMethodFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredMethodFunction
GetDeclaredMethodFunction.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected GetDeclaredMethodsFunction
getDeclaredMethodsFunction
-
Constructor Summary
Constructors Constructor Description ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
apply(java.lang.Class<?> cls, java.lang.String name, java.lang.Class<?>[] paramTypes)
-
-
-
Field Detail
-
getDeclaredMethodsFunction
protected GetDeclaredMethodsFunction getDeclaredMethodsFunction
-
-
Method Detail
-
apply
public java.lang.reflect.Method apply(java.lang.Class<?> cls, java.lang.String name, java.lang.Class<?>[] paramTypes) throws java.lang.Throwable
- Specified by:
apply
in interfaceThrowingTriFunction<java.lang.Class<?>,java.lang.String,java.lang.Class<?>[],java.lang.reflect.Method,java.lang.Throwable>
- Throws:
java.lang.Throwable
-
-