Class FinalHashMapConverter
java.lang.Object
com.atlassian.bamboo.serialization.xstream.AbstractXStreamConverterAdapter
com.atlassian.bamboo.serialization.xstream.FinalHashMapConverter
com.atlassian.bamboo.serialization.xstream.crypto.FinalHashMapConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFinalHashMapConverter
(com.thoughtworks.xstream.mapper.Mapper mapper, @NotNull SecretEncryptionService secretEncryptionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
marshal
(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) unmarshal
(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class com.atlassian.bamboo.serialization.xstream.FinalHashMapConverter
canConvert
-
Field Details
-
PASSWORD_FIELD_NAMES
-
-
Constructor Details
-
FinalHashMapConverter
public FinalHashMapConverter(com.thoughtworks.xstream.mapper.Mapper mapper, @NotNull @NotNull SecretEncryptionService secretEncryptionService)
-
-
Method Details
-
marshal
public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) - Specified by:
marshal
in interfacecom.thoughtworks.xstream.converters.Converter
- Overrides:
marshal
in classAbstractXStreamConverterAdapter
-
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
unmarshal
in interfacecom.thoughtworks.xstream.converters.Converter
- Overrides:
unmarshal
in classAbstractXStreamConverterAdapter
-