Interface DictRespConverter

All Superinterfaces:
io.github.xezzon.tao.trait.From<Dict,io.github.xezzon.zeroweb.dict.DictResp>
All Known Implementing Classes:
DictRespConverterImpl

public interface DictRespConverter extends io.github.xezzon.tao.trait.From<Dict,io.github.xezzon.zeroweb.dict.DictResp>
Author:
xezzon
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DictRespConverter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.xezzon.zeroweb.dict.DictResp
    from(Dict dict)
     
  • Field Details

  • Method Details

    • from

      io.github.xezzon.zeroweb.dict.DictResp from(Dict dict)
      Specified by:
      from in interface io.github.xezzon.tao.trait.From<Dict,io.github.xezzon.zeroweb.dict.DictResp>