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> Tinstantiate(Class<T> type)static JdkInstantiatorBlankNew() 
- 
Constructor Details
- 
JdkInstantiatorBlank
public JdkInstantiatorBlank() 
 - 
 - 
Method Details
- 
New
 - 
instantiate
- Specified by:
 instantiatein interfaceDefaultInstantiator- Throws:
 InstantiationRuntimeException
 
 -