Class UserCommandToUser

java.lang.Object
org.xbricks.common.generic.converters.UserCommandToUser
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<UserCommand,users>

@Component public class UserCommandToUser extends Object implements org.springframework.core.convert.converter.Converter<UserCommand,users>
  • Constructor Details

    • UserCommandToUser

      public UserCommandToUser()
  • Method Details

    • setServices

      @Autowired public void setServices(EncryptionService encryptionService)
    • convert

      public users convert(UserCommand source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<UserCommand,users>