索引

C D G R S T 
All Classes and Interfaces|所有程序包

C

cn.iosd.starter.dict.annotation - 程序包 cn.iosd.starter.dict.annotation
 
cn.iosd.starter.dict.handler - 程序包 cn.iosd.starter.dict.handler
 
cn.iosd.starter.dict.service - 程序包 cn.iosd.starter.dict.service
 
cn.iosd.starter.dict.vo - 程序包 cn.iosd.starter.dict.vo
 

D

Dict - cn.iosd.starter.dict.annotation中的Annotation Interface
方法开启字典翻译
DictEntity - cn.iosd.starter.dict.annotation中的Annotation Interface
标注嵌套实体也进行字典转换
DictField - cn.iosd.starter.dict.annotation中的Annotation Interface
字段对应字典转换
DictHandler - cn.iosd.starter.dict.handler中的类
 
DictHandler() - 类的构造器 cn.iosd.starter.dict.handler.DictHandler
 
dictImplClass() - annotation interface 中的元素 cn.iosd.starter.dict.annotation.DictField
字典实现类,唯一可不填
dictionaryParams() - annotation interface 中的元素 cn.iosd.starter.dict.annotation.DictField
字典实现类,获取对应字典列表所需的参数
DictItem - cn.iosd.starter.dict.vo中的类
 
DictItem() - 类的构造器 cn.iosd.starter.dict.vo.DictItem
 
DictItem(String, String) - 类的构造器 cn.iosd.starter.dict.vo.DictItem
 
DictService - cn.iosd.starter.dict.service中的接口
 

G

getDictItemList(String) - 接口中的方法 cn.iosd.starter.dict.service.DictService
根据参数获取对应字典列表
getDictServiceByClass(Class<? extends DictService>) - 类中的方法 cn.iosd.starter.dict.handler.DictHandler
根据字典服务泛型获取对应的字典服务
优先级1:注解 @DictField 配置值 dictImplClass
优先级2:代码中服务类@Order优先顺序第一的服务类
getLabel() - 类中的方法 cn.iosd.starter.dict.vo.DictItem
 
getValue() - 类中的方法 cn.iosd.starter.dict.vo.DictItem
 

R

relatedField() - annotation interface 中的元素 cn.iosd.starter.dict.annotation.DictField
关联字段,用于翻译字典项

S

setLabel(String) - 类中的方法 cn.iosd.starter.dict.vo.DictItem
 
setValue(String) - 类中的方法 cn.iosd.starter.dict.vo.DictItem
 

T

translateDict(ProceedingJoinPoint) - 类中的方法 cn.iosd.starter.dict.handler.DictHandler
 
C D G R S T 
All Classes and Interfaces|所有程序包