Class TeamViewConverter


  • @Component
    public class TeamViewConverter
    extends java.lang.Object
    Converter for TeamView
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.xlrelease.domain.Team toTeam​(com.xebialabs.xlrelease.api.v1.views.TeamView teamView)  
      com.xebialabs.xlrelease.api.v1.views.TeamView toView​(com.xebialabs.xlrelease.domain.Team team)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toView

        public com.xebialabs.xlrelease.api.v1.views.TeamView toView​(com.xebialabs.xlrelease.domain.Team team)
      • toTeam

        public com.xebialabs.xlrelease.domain.Team toTeam​(com.xebialabs.xlrelease.api.v1.views.TeamView teamView)