Class ElementIgnoringMapper

java.lang.Object
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.ElementIgnoringMapper
All Implemented Interfaces:
Mapper

public class ElementIgnoringMapper extends MapperWrapper
Mapper that allows an field of a specific class to be omitted entirely.
  • Field Details

    • fieldsToOmit

      protected final Set fieldsToOmit
    • unknownElementsToIgnore

      protected final Set unknownElementsToIgnore
  • Constructor Details

    • ElementIgnoringMapper

      public ElementIgnoringMapper(Mapper wrapped)
  • Method Details