Class PersistenceTypeDictionaryParser.Default
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
one.microstream.persistence.types.PersistenceTypeDictionaryParser.Default
- All Implemented Interfaces:
PersistenceTypeDictionaryParser
- Enclosing interface:
- PersistenceTypeDictionaryParser
public static final class PersistenceTypeDictionaryParser.Default extends PersistenceTypeDictionary.Symbols implements PersistenceTypeDictionaryParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryParser
PersistenceTypeDictionaryParser.AbstractMemberBuilder, PersistenceTypeDictionaryParser.Default, PersistenceTypeDictionaryParser.NestedMemberBuilder, PersistenceTypeDictionaryParser.TypeEntry, PersistenceTypeDictionaryParser.TypeMemberBuilder
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description XGettingSequence<? extends PersistenceTypeDictionaryEntry>
parseTypeDictionaryEntries(String inputString)
Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
typeBytes, typeChars, typeComplex
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
parseTypeDictionaryEntries
public XGettingSequence<? extends PersistenceTypeDictionaryEntry> parseTypeDictionaryEntries(String inputString) throws PersistenceExceptionParser- Specified by:
parseTypeDictionaryEntries
in interfacePersistenceTypeDictionaryParser
- Throws:
PersistenceExceptionParser
-