Uses of Interface
one.microstream.util.Substituter
-
Packages that use Substituter Package Description one.microstream.persistence.types one.microstream.util one.microstream.util.config one.microstream.util.csv -
-
Uses of Substituter in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type Substituter Modifier and Type Method Description static PersistenceTypeDictionaryParser.Default
PersistenceTypeDictionaryParser. New(PersistenceFieldLengthResolver fieldLengthResolver, Substituter<String> stringSubstitutor)
Constructors in one.microstream.persistence.types with parameters of type Substituter Constructor Description AbstractMemberBuilder(PersistenceFieldLengthResolver lengthResolver, Substituter<String> stringSubstitutor)
NestedMemberBuilder(PersistenceFieldLengthResolver lengthResolver, Substituter<String> stringSubstitutor)
TypeMemberBuilder(PersistenceFieldLengthResolver lengthResolver, Substituter<String> stringSubstitutor)
-
Uses of Substituter in one.microstream.util
Subinterfaces of Substituter in one.microstream.util Modifier and Type Interface Description static interface
Substituter.Iterable<T>
static interface
Substituter.Managed<T>
static interface
Substituter.Queryable<T>
static interface
Substituter.Removing<T>
Classes in one.microstream.util that implement Substituter Modifier and Type Class Description static class
Substituter.Default<T>
-
Uses of Substituter in one.microstream.util.config
Methods in one.microstream.util.config with parameters of type Substituter Modifier and Type Method Description static ConfigEntryAggregator
ConfigEntryAggregator. New(Substituter<String> stringCache)
Constructors in one.microstream.util.config with parameters of type Substituter Constructor Description CompositeConfig(String rootIdentifier, String qualifier, String filesuffix, CsvConfiguration csvConfig, File configDirectory, Substituter<String> stringCache, XGettingMap<String,String> customVariables)
CompositeConfig(String rootIdentifier, String qualifier, String filesuffix, CsvConfiguration csvConfig, File configDirectory, Substituter<String> stringCache, XGettingMap<String,String> customVariables, Character variableStarter, Character variableTerminator)
-
Uses of Substituter in one.microstream.util.csv
Constructors in one.microstream.util.csv with parameters of type Substituter Constructor Description TableCollector(Consumer<StringTable> tableCollector, StringTable.Creator tableCreator, Substituter<String> stringCache)
-