com.xebialabs.xltype.serialization.json
Class DeploymentJsonConverter

java.lang.Object
  extended by com.xebialabs.xltype.serialization.json.DeploymentJsonConverter

public class DeploymentJsonConverter
extends java.lang.Object


Constructor Summary
DeploymentJsonConverter(ConfigurationItemConverter converter)
           
 
Method Summary
 ConfigurationItemConverter getCiConverter()
           
 com.xebialabs.deployit.engine.api.dto.Deployment toDeployment(java.lang.String jsonString)
           
 java.lang.String toJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentJsonConverter

public DeploymentJsonConverter(ConfigurationItemConverter converter)
Method Detail

getCiConverter

public ConfigurationItemConverter getCiConverter()

toJson

public java.lang.String toJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment)

toDeployment

public com.xebialabs.deployit.engine.api.dto.Deployment toDeployment(java.lang.String jsonString)