Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerReflective
Package | Description |
---|---|
one.microstream.persistence.binary.internal | |
one.microstream.persistence.binary.types | |
one.microstream.persistence.types |
-
Uses of PersistenceTypeHandlerReflective in one.microstream.persistence.binary.internal
Classes in one.microstream.persistence.binary.internal that implement PersistenceTypeHandlerReflective Modifier and Type Class Description class
AbstractBinaryHandlerReflective<T>
class
BinaryHandlerGenericEnum<T extends Enum<T>>
class
BinaryHandlerGenericType<T>
-
Uses of PersistenceTypeHandlerReflective in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types that return PersistenceTypeHandlerReflective Modifier and Type Method Description PersistenceTypeHandlerReflective<Binary,T>
AbstractBinaryLegacyTypeHandlerReflective. typeHandler()
Methods in one.microstream.persistence.binary.types with parameters of type PersistenceTypeHandlerReflective Modifier and Type Method Description protected <T> AbstractBinaryLegacyTypeHandlerReflective<T>
BinaryLegacyTypeHandlerCreator.Default. deriveReflectiveHandler(PersistenceLegacyTypeMappingResult<Binary,T> mappingResult, PersistenceTypeHandlerReflective<Binary,T> currentTypeHandler)
static <T> BinaryLegacyTypeHandlerGenericType<T>
BinaryLegacyTypeHandlerGenericType. New(PersistenceTypeDefinition typeDefinition, PersistenceTypeHandlerReflective<Binary,T> typeHandler, XGettingEnum<KeyValue<Long,BinaryValueSetter>> translatorsWithTargetOffsets, PersistenceLegacyTypeHandlingListener<Binary> listener, boolean switchByteOrder)
-
Uses of PersistenceTypeHandlerReflective in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerReflective Modifier and Type Method Description protected abstract <T> PersistenceLegacyTypeHandler<D,T>
PersistenceLegacyTypeHandlerCreator.Abstract. deriveReflectiveHandler(PersistenceLegacyTypeMappingResult<D,T> mappingResult, PersistenceTypeHandlerReflective<D,T> currentTypeHandler)