Interface PersistenceTypeDictionaryAssembler
- All Superinterfaces:
ObjectStringAssembler<PersistenceTypeDictionary>
- All Known Implementing Classes:
PersistenceTypeDictionaryAssembler.Default
public interface PersistenceTypeDictionaryAssembler extends ObjectStringAssembler<PersistenceTypeDictionary>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceTypeDictionaryAssembler.Default
-
Method Summary
Modifier and Type Method Description VarString
assemble(VarString vc, PersistenceTypeDictionary typeDictionary)
default String
assemble(PersistenceTypeDictionary typeDictionary)
VarString
assembleTypeDescription(VarString vc, PersistenceTypeDescription typeDescription)
static PersistenceTypeDictionaryAssembler
New()
-
Method Details
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<PersistenceTypeDictionary>
-
assemble
- Specified by:
assemble
in interfaceObjectStringAssembler<PersistenceTypeDictionary>
-
assembleTypeDescription
-
New
-