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 SummaryNested classes/interfaces inherited from interface one.microstream.functional.InstantiatorInstantiator.WrappingDefaultConstructor<T>
- 
Constructor SummaryConstructors Constructor Description WrappingDefaultConstructor()
- 
Method SummaryModifier and Type Method Description Tinstantiate()
- 
Constructor Details- 
WrappingDefaultConstructorpublic WrappingDefaultConstructor()
 
- 
- 
Method Details- 
instantiate- Specified by:
- instantiatein interface- Instantiator<T>
- Throws:
- InstantiationRuntimeException
 
 
-