@FunctionalInterface public interface PersistenceTypeInstantiator<D,T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceTypeInstantiator.Default<D,T> |
| Modifier and Type | Method and Description |
|---|---|
T |
instantiate(D data) |
static <T,D> PersistenceTypeInstantiator<D,T> |
New(Class<T> type) |
static <T,D> PersistenceTypeInstantiator<D,T> |
New(Class<T> type,
PersistenceInstantiator<D> universalInstantiator) |
static <T,D> PersistenceTypeInstantiator<D,T> New(Class<T> type)
static <T,D> PersistenceTypeInstantiator<D,T> New(Class<T> type, PersistenceInstantiator<D> universalInstantiator)
Copyright © 2022 MicroStream Software. All rights reserved.