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 Detail
-
instantiate
public T instantiate() throws InstantiationRuntimeException
- Specified by:
instantiate
in interfaceInstantiator<T>
- Throws:
InstantiationRuntimeException
-
-