Class UserInfoToUserCommand

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

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

    • UserInfoToUserCommand

      public UserInfoToUserCommand()
  • Method Details

    • setUserRepositories

      @Autowired public void setUserRepositories()
    • convert

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