Package one.microstream.functional
Interface Instantiator<T>
-
- All Known Implementing Classes:
Instantiator.WrappingDefaultConstructor
public interface Instantiator<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Instantiator.WrappingDefaultConstructor<T>
-
Method Summary
Modifier and Type Method Description T
instantiate()
static <T> Instantiator<T>
WrapDefaultConstructor(Constructor<T> constructor)
-
-
-
Method Detail
-
instantiate
T instantiate() throws InstantiationRuntimeException
- Throws:
InstantiationRuntimeException
-
WrapDefaultConstructor
static <T> Instantiator<T> WrapDefaultConstructor(Constructor<T> constructor)
-
-