-
Notifications
You must be signed in to change notification settings - Fork 29
Dictionary
Horace Li edited this page Jul 3, 2020
·
1 revision
-
DefaultDictionary
uses a very limited subset that's included in the classpath.- Singleton is available at
DefaultDictionary.INSTANCE
- Singleton is available at
-
DictionaryParser
parses custom resources and takes aResourceResolver
parameter.- Factory methods
newFileParser()
andnewClasspathParser()
resolves resources on file system and classpath respectively. Dictionaries can include other files to parse, and paths are resolved differently in each case.
- Factory methods
- Results of dictionary parses are stored as
AttributeTemplate
.