Interface UserDecoder

All Known Subinterfaces:
UserCodec
All Known Implementing Classes:
DefaultUserCodec

public interface UserDecoder
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String value)
    解码
  • Method Details

    • decode

      UserInfo decode(String value)
      解码
      Parameters:
      value - 由 encode 方法编码的值
      Returns:
      UserInfo 对象
      Throws:
      UserCodecException - 解码失败