Class APIDeploymentConverter
- java.lang.Object
-
- org.activiti.runtime.api.model.impl.ListConverter<Deployment,Deployment>
-
- org.activiti.runtime.api.model.impl.APIDeploymentConverter
-
- All Implemented Interfaces:
ModelConverter<Deployment,Deployment>
public class APIDeploymentConverter extends ListConverter<Deployment,Deployment> implements ModelConverter<Deployment,Deployment>
-
-
Constructor Summary
Constructors Constructor Description APIDeploymentConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deploymentfrom(Deployment internalDeployment)-
Methods inherited from class org.activiti.runtime.api.model.impl.ListConverter
from
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.runtime.api.model.impl.ModelConverter
from
-
-
-
-
Method Detail
-
from
public Deployment from(Deployment internalDeployment)
- Specified by:
fromin interfaceModelConverter<Deployment,Deployment>
-
-