Class FinalHashMapConverter

All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class FinalHashMapConverter extends FinalHashMapConverter
  • Field Details

    • PASSWORD_FIELD_NAMES

      public static final List<String> 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 interface com.thoughtworks.xstream.converters.Converter
      Overrides:
      marshal in class AbstractXStreamConverterAdapter
    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
      Specified by:
      unmarshal in interface com.thoughtworks.xstream.converters.Converter
      Overrides:
      unmarshal in class AbstractXStreamConverterAdapter