Uses of Interface
one.microstream.chars.ObjectStringAssembler
Package | Description |
---|---|
one.microstream.chars | |
one.microstream.com | |
one.microstream.persistence.types | |
one.microstream.storage.configuration |
-
Uses of ObjectStringAssembler in one.microstream.chars
Subinterfaces of ObjectStringAssembler in one.microstream.chars Modifier and Type Interface Description interface
ObjectStringConverter<T>
A "ObjectStringConverter
" is hereby defined as a logic instance that handles both conversion to and from a String-form of instances of a certain type. -
Uses of ObjectStringAssembler in one.microstream.com
Subinterfaces of ObjectStringAssembler in one.microstream.com Modifier and Type Interface Description interface
ComProtocolStringConverter
A "StringConverter" is hereby defined as a logic instance that handles both conversion to and from a String-form.Classes in one.microstream.com that implement ObjectStringAssembler Modifier and Type Class Description static class
ComProtocolStringConverter.Default
-
Uses of ObjectStringAssembler in one.microstream.persistence.types
Subinterfaces of ObjectStringAssembler in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceIdStrategyStringConverter
interface
PersistenceTypeDictionaryAssembler
Classes in one.microstream.persistence.types that implement ObjectStringAssembler Modifier and Type Class Description static class
PersistenceIdStrategyStringConverter.Default
static class
PersistenceTypeDictionaryAssembler.Default
-
Uses of ObjectStringAssembler in one.microstream.storage.configuration
Subinterfaces of ObjectStringAssembler in one.microstream.storage.configuration Modifier and Type Interface Description interface
ByteSizeAssembler
Converts a byte size value from long into a human readable format.interface
ConfigurationAssembler
Assembles a configuration object into an exportable format.interface
DurationAssembler
Classes in one.microstream.storage.configuration that implement ObjectStringAssembler Modifier and Type Class Description static class
ByteSizeAssembler.Default
static class
ConfigurationAssembler.IniConfigurationAssembler
static class
ConfigurationAssembler.XmlConfigurationAssembler
static class
DurationAssembler.Default