Class XStreamMarshaller.CustomElementIgnore
- java.lang.Object
-
- com.thoughtworks.xstream.mapper.MapperWrapper
-
- com.thoughtworks.xstream.mapper.ElementIgnoringMapper
-
- org.kie.server.api.marshalling.xstream.XStreamMarshaller.CustomElementIgnore
-
- All Implemented Interfaces:
com.thoughtworks.xstream.mapper.Mapper
- Enclosing class:
- XStreamMarshaller
protected class XStreamMarshaller.CustomElementIgnore extends com.thoughtworks.xstream.mapper.ElementIgnoringMapper
-
-
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 booleanisIgnoredElement(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
-
-
-
-
Method Detail
-
isIgnoredElement
public boolean isIgnoredElement(String name)
- Specified by:
isIgnoredElementin interfacecom.thoughtworks.xstream.mapper.Mapper- Overrides:
isIgnoredElementin classcom.thoughtworks.xstream.mapper.ElementIgnoringMapper
-
-