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 VarStringappendPaddedId(VarString vc, long id)protected voidappendTypeDefinitionEnd(VarString vc, PersistenceTypeDescription typeDescription)protected voidappendTypeDefinitionStart(VarString vc, PersistenceTypeDescription typeDescription)VarStringassemble(VarString vc, PersistenceTypeDictionary typeDictionary)VarStringassembleTypeDescription(VarString vc, PersistenceTypeDescription typeDescription)Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionary.Symbols
typeBytes, typeChars, typeComplexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryAssembler
assemble 
- 
Method Details
- 
appendPaddedId
 - 
assemble
- Specified by:
 assemblein interfaceObjectStringAssembler<PersistenceTypeDictionary>- Specified by:
 assemblein interfacePersistenceTypeDictionaryAssembler
 - 
assembleTypeDescription
- Specified by:
 assembleTypeDescriptionin interfacePersistenceTypeDictionaryAssembler
 - 
appendTypeDefinitionStart
 - 
appendTypeDefinitionEnd
 
 -