Uses of Interface
one.microstream.persistence.types.PersistenceTypeInstantiator
-
Packages that use PersistenceTypeInstantiator Package Description one.microstream.persistence.binary.internal one.microstream.persistence.types -
-
Uses of PersistenceTypeInstantiator in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal with parameters of type PersistenceTypeInstantiator Modifier and Type Method Description static <T> BinaryHandlerGenericType<T>BinaryHandlerGenericType. New(Class<T> type, String typeName, XGettingEnum<Field> persistableFields, XGettingEnum<Field> persisterFields, PersistenceFieldLengthResolver lengthResolver, PersistenceEagerStoringFieldEvaluator eagerStoringFieldEvaluator, PersistenceTypeInstantiator<Binary,T> instantiator, boolean switchByteOrder) -
Uses of PersistenceTypeInstantiator in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceTypeInstantiator Modifier and Type Class Description static classPersistenceTypeInstantiator.Default<D,T>Methods in one.microstream.persistence.types that return PersistenceTypeInstantiator Modifier and Type Method Description static <T,D>
PersistenceTypeInstantiator<D,T>PersistenceTypeInstantiator. New(Class<T> type, PersistenceInstantiator<D> universalInstantiator)<T> PersistenceTypeInstantiator<D,T>PersistenceInstantiator.Default. 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>PersistenceTypeInstantiatorProvider. provideTypeInstantiator(Class<T> type)Methods in one.microstream.persistence.types that return types with arguments of type PersistenceTypeInstantiator Modifier and Type Method Description XMap<Class<?>,PersistenceTypeInstantiator<D,?>>PersistenceFoundation. customTypeInstantiators()XMap<Class<?>,PersistenceTypeInstantiator<D,?>>PersistenceFoundation.Default. customTypeInstantiators()Methods in one.microstream.persistence.types with parameters of type PersistenceTypeInstantiator Modifier and Type Method Description <T> FPersistenceFoundation.Default. registerCustomInstantiator(Class<T> type, PersistenceTypeInstantiator<D,T> typeInstantiator)<T> FPersistenceFoundation. registerCustomInstantiator(Class<T> type, PersistenceTypeInstantiator<D,T> typeInstantiator)Method parameters in one.microstream.persistence.types with type arguments of type PersistenceTypeInstantiator Modifier and Type Method Description static <D> PersistenceTypeInstantiatorProvider<D>PersistenceTypeInstantiatorProvider. New(XGettingMap<Class<?>,PersistenceTypeInstantiator<D,?>> instantiatorMapping, PersistenceInstantiator<D> instantiator)
-