Class AllocateInstanceFunction.Native.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.AllocateInstanceFunction.Native.ForJava7
-
- All Implemented Interfaces:
AllocateInstanceFunction
,AllocateInstanceFunction.Native
,ThrowingFunction<java.lang.Class<?>,java.lang.Object,java.lang.Throwable>
- Enclosing interface:
- AllocateInstanceFunction.Native
public static class AllocateInstanceFunction.Native.ForJava7 extends java.lang.Object implements AllocateInstanceFunction.Native
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.AllocateInstanceFunction
AllocateInstanceFunction.Native
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.AllocateInstanceFunction.Native
AllocateInstanceFunction.Native.ForJava7
-
-
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.Object
apply(java.lang.Class<?> cls)
protected void
checkNativeEngine()
-
-
-
Constructor Detail
-
ForJava7
public ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context) throws InitializeException
- Throws:
InitializeException
-
-
Method Detail
-
checkNativeEngine
protected void checkNativeEngine() throws InitializeException
- Throws:
InitializeException
-
apply
public java.lang.Object apply(java.lang.Class<?> cls)
- Specified by:
apply
in interfaceThrowingFunction<java.lang.Class<?>,java.lang.Object,java.lang.Throwable>
-
-