Interface UserEncoder
- All Known Subinterfaces:
UserCodec
- All Known Implementing Classes:
DefaultUserCodec
public interface UserEncoder
- Since:
- 1.0
- Author:
- CJ (power4j@outlook.com)
-
Method Summary
-
Method Details
-
encode
编码- Parameters:
user- UserInfo 对象- Returns:
- 编码后的字符串
- Throws:
UserCodecException- 编码失败
-