| Package | Description |
|---|---|
| one.microstream.persistence.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistenceTypeInstantiator.Default<D,T> |
| Modifier and Type | Method and Description |
|---|---|
static <T,D> PersistenceTypeInstantiator<D,T> |
PersistenceTypeInstantiator.New(Class<T> type) |
static <T,D> PersistenceTypeInstantiator<D,T> |
PersistenceTypeInstantiator.New(Class<T> type,
PersistenceInstantiator<D> universalInstantiator) |
<T> PersistenceTypeInstantiator<D,T> |
PersistenceTypeInstantiatorProvider.provideTypeInstantiator(Class<T> type) |
<T> PersistenceTypeInstantiator<D,T> |
PersistenceTypeInstantiatorProvider.Default.provideTypeInstantiator(Class<T> type) |
<T> PersistenceTypeInstantiator<D,T> |
PersistenceTypeInstantiatorProvider.Mapped.provideTypeInstantiator(Class<T> type) |
<T> PersistenceTypeInstantiator<D,T> |
PersistenceInstantiator.Default.provideTypeInstantiator(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
one.microstream.collections.types.XMap<Class<?>,PersistenceTypeInstantiator<D,?>> |
PersistenceFoundation.customTypeInstantiators() |
one.microstream.collections.types.XMap<Class<?>,PersistenceTypeInstantiator<D,?>> |
PersistenceFoundation.Default.customTypeInstantiators() |
| Modifier and Type | Method and Description |
|---|---|
<T> F |
PersistenceFoundation.registerCustomInstantiator(Class<T> type,
PersistenceTypeInstantiator<D,T> typeInstantiator) |
<T> F |
PersistenceFoundation.Default.registerCustomInstantiator(Class<T> type,
PersistenceTypeInstantiator<D,T> typeInstantiator) |
| Modifier and Type | Method and Description |
|---|---|
static <D> PersistenceTypeInstantiatorProvider<D> |
PersistenceTypeInstantiatorProvider.New(one.microstream.collections.types.XGettingMap<Class<?>,PersistenceTypeInstantiator<D,?>> instantiatorMapping,
PersistenceInstantiator<D> instantiator) |
Copyright © 2022 MicroStream Software. All rights reserved.