Interface PersistenceTypeDictionaryCompiler
-
- All Known Implementing Classes:
PersistenceTypeDictionaryCompiler.Default
public interface PersistenceTypeDictionaryCompiler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceTypeDictionaryCompiler.Default
-
Method Summary
Modifier and Type Method Description PersistenceTypeDictionary
compileTypeDictionary(String input)
static PersistenceTypeDictionaryCompiler.Default
New(PersistenceTypeDictionaryParser parser, PersistenceTypeDictionaryBuilder builder)
-
-
-
Method Detail
-
compileTypeDictionary
PersistenceTypeDictionary compileTypeDictionary(String input) throws PersistenceExceptionParser
- Throws:
PersistenceExceptionParser
-
New
static PersistenceTypeDictionaryCompiler.Default New(PersistenceTypeDictionaryParser parser, PersistenceTypeDictionaryBuilder builder)
-
-