Class PasswordEncryptingCiConverter


  • public class PasswordEncryptingCiConverter
    extends com.xebialabs.xltype.serialization.ConfigurationItemConverter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void readCollectionOfStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiReader reader)  
      protected void readMapStringStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiReader reader)  
      protected void readStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiReader reader)  
      protected void writeCollectionOfCiProperty​(java.lang.Object value, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiWriter writer)  
      protected void writeCollectionOfStringProperty​(java.lang.Object value, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiWriter writer)  
      protected void writeMapStringStringProperty​(java.lang.Object value, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiWriter writer)  
      protected void writeStringProperty​(java.lang.Object value, com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor, com.xebialabs.xltype.serialization.CiWriter writer)  
      • Methods inherited from class com.xebialabs.xltype.serialization.ConfigurationItemConverter

        createConfigurationItem, getIdOfCi, getReadCIs, getReferences, readCi, readCiProperty, readCis, readCisOrReferences, readCollectionOfCiProperty, readProperties, readProperty, resolveReferences, resolveReferences, setReadValidationMessages, setWriteValidationMessages, type, writeCi, writeCi, writeCiProperty, writeCis, writeCis, writeProperties, writeProperty, writeValidationMessages
      • Methods inherited from class java.lang.Object

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

      • PasswordEncryptingCiConverter

        public PasswordEncryptingCiConverter()
    • Method Detail

      • writeStringProperty

        protected void writeStringProperty​(java.lang.Object value,
                                           com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                           com.xebialabs.xltype.serialization.CiWriter writer)
        Overrides:
        writeStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • writeCollectionOfStringProperty

        protected void writeCollectionOfStringProperty​(java.lang.Object value,
                                                       com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                                       com.xebialabs.xltype.serialization.CiWriter writer)
        Overrides:
        writeCollectionOfStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • writeMapStringStringProperty

        protected void writeMapStringStringProperty​(java.lang.Object value,
                                                    com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                                    com.xebialabs.xltype.serialization.CiWriter writer)
        Overrides:
        writeMapStringStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • writeCollectionOfCiProperty

        protected void writeCollectionOfCiProperty​(java.lang.Object value,
                                                   com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                                   com.xebialabs.xltype.serialization.CiWriter writer)
        Overrides:
        writeCollectionOfCiProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • readStringProperty

        protected void readStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem,
                                          com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                          com.xebialabs.xltype.serialization.CiReader reader)
        Overrides:
        readStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • readCollectionOfStringProperty

        protected void readCollectionOfStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem,
                                                      com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                                      com.xebialabs.xltype.serialization.CiReader reader)
        Overrides:
        readCollectionOfStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter
      • readMapStringStringProperty

        protected void readMapStringStringProperty​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem,
                                                   com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor propertyDescriptor,
                                                   com.xebialabs.xltype.serialization.CiReader reader)
        Overrides:
        readMapStringStringProperty in class com.xebialabs.xltype.serialization.ConfigurationItemConverter