Class GetDeclaredFieldFunction
java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetDeclaredFieldFunction
- All Implemented Interfaces:
BiFunction<Class<?>,String,Field>
- Direct Known Subclasses:
GetDeclaredFieldFunction.ForJava7
public abstract class GetDeclaredFieldFunction extends Object implements BiFunction<Class<?>,String,Field>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDeclaredFieldFunction.ForJava7 -
Constructor Summary
Constructors Constructor Description GetDeclaredFieldFunction() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.toolfactory.jvm.function.template.BiFunction
apply
-
Constructor Details
-
GetDeclaredFieldFunction
public GetDeclaredFieldFunction()
-