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 Detail
- 
New
public static final JdkInstantiatorBlank New()
 
- 
instantiate
public final <T> T instantiate(Class<T> type) throws InstantiationRuntimeException
- Specified by:
 instantiatein interfaceDefaultInstantiator- Throws:
 InstantiationRuntimeException
 
 - 
 
 -