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
-
Field Summary
Fields inherited from class one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
ARRAY_KEYWORD_ENUM, ARRAY_KEYWORD_PRIMITIVE, ARRAY_TYPE_BYTES, ARRAY_TYPE_CHARS, ARRAY_TYPE_COMPLEX, KEYWORD_ENUM, KEYWORD_PRIMITIVE, MEMBER_COMPLEX_DEF_END, MEMBER_COMPLEX_DEF_START, MEMBER_FIELD_QUALIFIER_SEPERATOR, MEMBER_TERMINATOR, TYPE_BYTES, TYPE_CHARS, TYPE_COMPLEX, TYPE_END, TYPE_START
-
Method Summary
Modifier and Type Method Description protected VarString
appendPaddedId(VarString vc, long id)
protected void
appendTypeDefinitionEnd(VarString vc, PersistenceTypeDescription typeDescription)
protected void
appendTypeDefinitionStart(VarString vc, PersistenceTypeDescription typeDescription)
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.persistence.types.PersistenceTypeDictionaryAssembler
assemble
-
Method Details
-
appendPaddedId
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<PersistenceTypeDictionary>
- Specified by:
assemble
in interfacePersistenceTypeDictionaryAssembler
-
assembleTypeDescription
- Specified by:
assembleTypeDescription
in interfacePersistenceTypeDictionaryAssembler
-
appendTypeDefinitionStart
-
appendTypeDefinitionEnd
-