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>
-
Constructor Summary
Constructors Constructor Description WrappingDefaultConstructor()
-
Method Summary
Modifier and Type Method Description T
instantiate()
-
Constructor Details
-
WrappingDefaultConstructor
public WrappingDefaultConstructor()
-
-
Method Details
-
instantiate
- Specified by:
instantiate
in interfaceInstantiator<T>
- Throws:
InstantiationRuntimeException
-