package dict
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object BooleanDictionary
- object BusinessConfigDictionary
Example dict which shows how we can use dictionary with BC
- object LongDictionary
- object RGBDictionary
Example dict which presents how we can use dictionaries - RGB colors example NOTE: we write H00ffff instead of #00ffff, as #00ffff is not proper SpEL identifier, and this case (dict key not being proper identifier) is not handle ATM.
- object TestDictionary
Dictionary which is use at integration tests