Class RegisterUserReq

java.lang.Object
io.github.xezzon.zeroweb.user.entity.RegisterUserReq
All Implemented Interfaces:
io.github.xezzon.tao.trait.Into<User>

public class RegisterUserReq extends Object implements io.github.xezzon.tao.trait.Into<User>
Author:
xezzon
  • Constructor Details

    • RegisterUserReq

      public RegisterUserReq()
  • Method Details

    • into

      public User into()
      Specified by:
      into in interface io.github.xezzon.tao.trait.Into<User>