Package com.xebialabs.xlrelease.api.v1
Class NonEncryptingPasswordItemReaderWriter
java.lang.Object
com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter
com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter
com.xebialabs.xlrelease.api.v1.NonEncryptingPasswordItemReaderWriter
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>,jakarta.ws.rs.ext.MessageBodyWriter<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>
@Component
public class NonEncryptingPasswordItemReaderWriter
extends com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter
-
Field Summary
Fields inherited from class com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter
configurationRepository, formats, LEVEL, repository -
Constructor Summary
ConstructorsConstructorDescriptionNonEncryptingPasswordItemReaderWriter(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory, com.xebialabs.deployit.plumbing.XlrFormatFactory formats, com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.xebialabs.xltype.serialization.ConfigurationItemConverterMethods inherited from class com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter
getSize, readFrom, writeToMethods inherited from class com.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter
getCiRefsFromLevel, isReadable, isWriteableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.MessageBodyReader
isReadableMethods inherited from interface jakarta.ws.rs.ext.MessageBodyWriter
isWriteable
-
Constructor Details
-
NonEncryptingPasswordItemReaderWriter
@Autowired public NonEncryptingPasswordItemReaderWriter(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory, com.xebialabs.deployit.plumbing.XlrFormatFactory formats, com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
-
-
Method Details
-
createConverter
protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter()- Overrides:
createConverterin classcom.xebialabs.deployit.plumbing.AbstractConfigurationItemReaderWriter
-