Class PersistenceTypeDictionaryAssembler.Default
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
-
- one.microstream.persistence.types.PersistenceTypeDictionaryAssembler.Default
-
- All Implemented Interfaces:
ObjectStringAssembler<PersistenceTypeDictionary>
,PersistenceTypeDictionaryAssembler
- Enclosing interface:
- PersistenceTypeDictionaryAssembler
public static class PersistenceTypeDictionaryAssembler.Default extends PersistenceTypeDictionary.Symbols implements PersistenceTypeDictionaryAssembler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryAssembler
PersistenceTypeDictionaryAssembler.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description VarString
assemble(VarString vc, PersistenceTypeDictionary typeDictionary)
VarString
assembleTypeDescription(VarString vc, PersistenceTypeDescription typeDescription)
-
Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
typeBytes, typeChars, typeComplex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.chars.ObjectStringAssembler
assemble, provideAssemblyBuffer
-
-
-
-
Method Detail
-
assemble
public VarString assemble(VarString vc, PersistenceTypeDictionary typeDictionary)
- Specified by:
assemble
in interfaceObjectStringAssembler<PersistenceTypeDictionary>
- Specified by:
assemble
in interfacePersistenceTypeDictionaryAssembler
-
assembleTypeDescription
public VarString assembleTypeDescription(VarString vc, PersistenceTypeDescription typeDescription)
- Specified by:
assembleTypeDescription
in interfacePersistenceTypeDictionaryAssembler
-
-