Interface GetDeclaredFieldsFunction
-
- All Superinterfaces:
ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Field[],java.lang.Throwable>
- All Known Implementing Classes:
GetDeclaredFieldsFunction.Abst
,GetDeclaredFieldsFunction.ForJava7
,GetDeclaredFieldsFunction.ForJava7.ForSemeru
public interface GetDeclaredFieldsFunction extends ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Field[],java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GetDeclaredFieldsFunction.Abst
static class
GetDeclaredFieldsFunction.ForJava7
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingFunction
apply
-
-