Class GetDeclaredConstructorsFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetDeclaredConstructorsFunction.Abst
-
- All Implemented Interfaces:
GetDeclaredConstructorsFunction
,ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Constructor<?>[],java.lang.Throwable>
- Direct Known Subclasses:
GetDeclaredConstructorsFunction.ForJava7
,GetDeclaredConstructorsFunction.ForJava7.ForSemeru
- Enclosing interface:
- GetDeclaredConstructorsFunction
public abstract static class GetDeclaredConstructorsFunction.Abst extends java.lang.Object implements GetDeclaredConstructorsFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetDeclaredConstructorsFunction
GetDeclaredConstructorsFunction.Abst, GetDeclaredConstructorsFunction.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.invoke.MethodHandle
methodHandle
-
Constructor Summary
Constructors Modifier Constructor Description protected
Abst(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingFunction
apply
-
-