Package one.microstream.memory.sun
Class JdkInstantiatorBlank
java.lang.Object
one.microstream.memory.sun.JdkInstantiatorBlank
- All Implemented Interfaces:
DefaultInstantiator
public final class JdkInstantiatorBlank extends Object implements DefaultInstantiator
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.DefaultInstantiator
DefaultInstantiator.Default
-
Constructor Summary
Constructors Constructor Description JdkInstantiatorBlank()
-
Method Summary
Modifier and Type Method Description <T> T
instantiate(Class<T> type)
static JdkInstantiatorBlank
New()
-
Constructor Details
-
JdkInstantiatorBlank
public JdkInstantiatorBlank()
-
-
Method Details
-
New
-
instantiate
- Specified by:
instantiate
in interfaceDefaultInstantiator
- Throws:
InstantiationRuntimeException
-