public interface PersistenceInstantiator<D>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceInstantiator.Default<D> |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
instantiate(Class<T> type,
D data) |
static <T> T |
instantiateBlank(Class<T> type) |
static <D> PersistenceInstantiator<D> |
New() |
<T> T instantiate(Class<T> type, D data) throws one.microstream.exceptions.InstantiationRuntimeException
one.microstream.exceptions.InstantiationRuntimeExceptionstatic <T> T instantiateBlank(Class<T> type)
static <D> PersistenceInstantiator<D> New()
Copyright © 2022 MicroStream Software. All rights reserved.