Class ConfigurationItemViewConverter


  • @Component
    public class ConfigurationItemViewConverter
    extends java.lang.Object
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 Detail

      • configurationRepository

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

      • ConfigurationItemViewConverter

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

      • 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)