All Classes and Interfaces
类
说明
A multi-dictionary loader combination provider that aggregates multiple
DictI18nLoader according to the
configuration order to achieve internationalization parsing and language degradation support for dictionary text.Represents a dictionary item used for internationalized value descriptions.
Marks the field as a "dictionary description field", used for automatically filling in the corresponding internationalized text based on the dictionary value of another field (usually the code of an enum).
A unified interface for dictionary internationalization loader, defining the core methods that all loaders must implement.
The basic configuration class of the dictionary internationalization module
Indicates that this class contains dictionary internationalization fields, used to optimize the framework's response enhancement performance.
Provide language degradation policies, such as:
input zh-CN => [zh-cn, zh]
input en-US => [en-us, en]
input zh => [zh]