Class XStreamMarshaller.CustomElementIgnore

  • All Implemented Interfaces:
    com.thoughtworks.xstream.mapper.Mapper
    Enclosing class:
    XStreamMarshaller

    protected class XStreamMarshaller.CustomElementIgnore
    extends com.thoughtworks.xstream.mapper.ElementIgnoringMapper
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.thoughtworks.xstream.mapper.Mapper

        com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping, com.thoughtworks.xstream.mapper.Mapper.Null
    • Field Summary

      • Fields inherited from class com.thoughtworks.xstream.mapper.ElementIgnoringMapper

        fieldsToOmit, unknownElementsToIgnore
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomElementIgnore​(com.thoughtworks.xstream.mapper.Mapper wrapped)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isIgnoredElement​(String name)  
      • Methods inherited from class com.thoughtworks.xstream.mapper.ElementIgnoringMapper

        addElementsToIgnore, omitField, shouldSerializeMember
      • Methods inherited from class com.thoughtworks.xstream.mapper.MapperWrapper

        aliasForAttribute, aliasForAttribute, aliasForSystemAttribute, attributeForAlias, attributeForAlias, defaultImplementationOf, getConverterFromAttribute, getConverterFromAttribute, getConverterFromAttribute, getConverterFromItemType, getConverterFromItemType, getConverterFromItemType, getFieldNameForItemTypeAndName, getImplicitCollectionDefForFieldName, getItemTypeForItemFieldName, getLocalConverter, isImmutableValueType, isReferenceable, lookupMapperOfType, realClass, realMember, serializedClass, serializedMember
    • Constructor Detail

      • CustomElementIgnore

        public CustomElementIgnore​(com.thoughtworks.xstream.mapper.Mapper wrapped)
    • Method Detail

      • isIgnoredElement

        public boolean isIgnoredElement​(String name)
        Specified by:
        isIgnoredElement in interface com.thoughtworks.xstream.mapper.Mapper
        Overrides:
        isIgnoredElement in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper