Class ConfigurationItemViewConverter

java.lang.Object
com.xebialabs.xlrelease.views.converters.ConfigurationItemViewConverter

@Component public class ConfigurationItemViewConverter extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final com.xebialabs.xlrelease.repository.ConfigurationRepository
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigurationItemViewConverter(com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
     
    com.xebialabs.xlrelease.domain.Configuration
    fromView(com.xebialabs.xlrelease.views.ConfigurationView configurationView)
     
    com.xebialabs.xlrelease.views.ConfigurationView
    toAnonymizedView(com.xebialabs.xlrelease.domain.Configuration configuration)
     
    com.xebialabs.xlrelease.views.ConfigurationView
    toView(com.xebialabs.xlrelease.domain.Configuration configuration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • configurationRepository

      protected final com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository
  • Constructor Details

    • ConfigurationItemViewConverter

      @Autowired public ConfigurationItemViewConverter(com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
  • Method Details

    • fromView

      public com.xebialabs.xlrelease.domain.Configuration fromView(com.xebialabs.xlrelease.views.ConfigurationView configurationView)
    • toAnonymizedView

      public com.xebialabs.xlrelease.views.ConfigurationView toAnonymizedView(com.xebialabs.xlrelease.domain.Configuration configuration)
    • toView

      public com.xebialabs.xlrelease.views.ConfigurationView toView(com.xebialabs.xlrelease.domain.Configuration configuration)
    • configurationItemFromMap

      protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItemFromMap(Map map)