public interface Instantiator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Instantiator.WrappingDefaultConstructor<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
instantiate() |
static <T> Instantiator<T> |
WrapDefaultConstructor(Constructor<T> constructor) |
T instantiate() throws InstantiationRuntimeException
InstantiationRuntimeExceptionstatic <T> Instantiator<T> WrapDefaultConstructor(Constructor<T> constructor)
Copyright © 2022 MicroStream Software. All rights reserved.