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 SummaryNested classes/interfaces inherited from interface one.microstream.functional.DefaultInstantiatorDefaultInstantiator.Default
- 
Constructor SummaryConstructors Constructor Description JdkInstantiatorBlank()
- 
Method SummaryModifier and Type Method Description <T> Tinstantiate(Class<T> type)static JdkInstantiatorBlankNew()
- 
Constructor Details- 
JdkInstantiatorBlankpublic JdkInstantiatorBlank()
 
- 
- 
Method Details- 
New
- 
instantiate- Specified by:
- instantiatein interface- DefaultInstantiator
- Throws:
- InstantiationRuntimeException
 
 
-