Class GetDeclaredFieldFunction.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldFunction.ForJava7
-
- All Implemented Interfaces:
GetDeclaredFieldFunction
,ThrowingBiFunction<java.lang.Class<?>,java.lang.String,java.lang.reflect.Field,java.lang.Throwable>
- Enclosing interface:
- GetDeclaredFieldFunction
public static class GetDeclaredFieldFunction.ForJava7 extends java.lang.Object implements GetDeclaredFieldFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldFunction
GetDeclaredFieldFunction.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected GetDeclaredFieldsFunction
getDeclaredFields
-
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.Field
apply(java.lang.Class<?> cls, java.lang.String name)
-
-
-
Field Detail
-
getDeclaredFields
protected GetDeclaredFieldsFunction getDeclaredFields
-
-
Method Detail
-
apply
public java.lang.reflect.Field apply(java.lang.Class<?> cls, java.lang.String name) throws java.lang.Throwable
- Specified by:
apply
in interfaceThrowingBiFunction<java.lang.Class<?>,java.lang.String,java.lang.reflect.Field,java.lang.Throwable>
- Throws:
java.lang.Throwable
-
-