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