Annotation Interface DictField


@Target({FIELD,METHOD}) @Retention(RUNTIME) @Inherited @Documented public @interface DictField
字段对应字典转换
作者:
ok1996
  • 元素详细资料

    • dictionaryParams

      String dictionaryParams
      接口实现类所需的参数类型
      返回:
      参数类型值
    • relatedField

      String relatedField
      关联字段,用于翻译字典项
      返回:
      关联字段名称
      默认值:
      ""
    • dictImplClass

      Class<? extends DictService> dictImplClass
      字典获取方式实现类
      返回:
      实现类
      默认值:
      cn.iosd.starter.dict.service.DictService.class