Package one.microstream.functional
Class Instantiator.WrappingDefaultConstructor<T>
java.lang.Object
one.microstream.functional.Instantiator.WrappingDefaultConstructor<T>
- All Implemented Interfaces:
 Instantiator<T>
- Enclosing interface:
 - Instantiator<T>
 
public static final class Instantiator.WrappingDefaultConstructor<T> extends Object implements Instantiator<T>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Instantiator
Instantiator.WrappingDefaultConstructor<T> - 
Method Summary
Modifier and Type Method Description Tinstantiate() 
- 
Method Details
- 
instantiate
- Specified by:
 instantiatein interfaceInstantiator<T>- Throws:
 InstantiationRuntimeException
 
 -