org.hudsonci.rest.api.user
Class UserConverter

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ConverterSupport
      extended by org.hudsonci.rest.api.user.UserConverter

public class UserConverter
extends ConverterSupport

Converts User into UserDTO objects.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ConverterSupport
log
 
Constructor Summary
UserConverter()
           
 
Method Summary
 UserDTO convert(User source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserConverter

public UserConverter()
Method Detail

convert

public UserDTO convert(User source)


Copyright © 2004-2011 Hudson. All Rights Reserved.