xstream-1.4.7.jar中文-英文对照文档.zip

com.thoughtworks.xstreamxstream1.4.7API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: xstream-1.4.7.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 2.50 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

xstream-1.4.7.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:xstream-1.4.7.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:xstream-1.4.7.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:xstream-1.4.7.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:xstream-1.4.7-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 xstream-1.4.7.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: XStream Core
  • 描述: com.thoughtworks.xstream - xstream
  • 版本: 1.4.7

Maven依赖

<dependency>
	<groupId>com.thoughtworks.xstream</groupId>
	<artifactId>xstream</artifactId>
	<version>1.4.7</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.7'
Gradle (Short):
	implementation 'com.thoughtworks.xstream:xstream:1.4.7'
Gradle (Kotlin):
	implementation("com.thoughtworks.xstream:xstream:1.4.7")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.thoughtworks.xstream
com.thoughtworks.xstream.annotations
com.thoughtworks.xstream.converters
com.thoughtworks.xstream.converters.basic
com.thoughtworks.xstream.converters.collections
com.thoughtworks.xstream.converters.enums
com.thoughtworks.xstream.converters.extended
com.thoughtworks.xstream.converters.javabean
com.thoughtworks.xstream.converters.reflection
com.thoughtworks.xstream.core
com.thoughtworks.xstream.io
com.thoughtworks.xstream.io.binary
com.thoughtworks.xstream.io.copy
com.thoughtworks.xstream.io.json
com.thoughtworks.xstream.io.naming
com.thoughtworks.xstream.io.path
com.thoughtworks.xstream.io.xml
com.thoughtworks.xstream.io.xml.xppdom
com.thoughtworks.xstream.mapper
com.thoughtworks.xstream.persistence
com.thoughtworks.xstream.security

本组件包含的 Java class(类)

com.thoughtworks.xstream.InitializationException
com.thoughtworks.xstream.MarshallingStrategy
com.thoughtworks.xstream.XStream
com.thoughtworks.xstream.XStream.InitializationException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.XStreamer
com.thoughtworks.xstream.annotations.AnnotationProvider
com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
com.thoughtworks.xstream.annotations.Annotations
com.thoughtworks.xstream.annotations.XStreamAlias
com.thoughtworks.xstream.annotations.XStreamAliasType
com.thoughtworks.xstream.annotations.XStreamAsAttribute
com.thoughtworks.xstream.annotations.XStreamContainedType
com.thoughtworks.xstream.annotations.XStreamConverter
com.thoughtworks.xstream.annotations.XStreamConverters
com.thoughtworks.xstream.annotations.XStreamImplicit
com.thoughtworks.xstream.annotations.XStreamImplicitCollection
com.thoughtworks.xstream.annotations.XStreamInclude
com.thoughtworks.xstream.annotations.XStreamOmitField
com.thoughtworks.xstream.converters.ConversionException
com.thoughtworks.xstream.converters.Converter
com.thoughtworks.xstream.converters.ConverterLookup
com.thoughtworks.xstream.converters.ConverterMatcher
com.thoughtworks.xstream.converters.ConverterRegistry
com.thoughtworks.xstream.converters.DataHolder
com.thoughtworks.xstream.converters.ErrorReporter
com.thoughtworks.xstream.converters.ErrorWriter
com.thoughtworks.xstream.converters.MarshallingContext
com.thoughtworks.xstream.converters.SingleValueConverter
com.thoughtworks.xstream.converters.SingleValueConverterWrapper
com.thoughtworks.xstream.converters.UnmarshallingContext
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.converters.basic.BigDecimalConverter
com.thoughtworks.xstream.converters.basic.BigIntegerConverter
com.thoughtworks.xstream.converters.basic.BooleanConverter
com.thoughtworks.xstream.converters.basic.ByteConverter
com.thoughtworks.xstream.converters.basic.CharConverter
com.thoughtworks.xstream.converters.basic.DateConverter
com.thoughtworks.xstream.converters.basic.DoubleConverter
com.thoughtworks.xstream.converters.basic.FloatConverter
com.thoughtworks.xstream.converters.basic.IntConverter
com.thoughtworks.xstream.converters.basic.LongConverter
com.thoughtworks.xstream.converters.basic.NullConverter
com.thoughtworks.xstream.converters.basic.ShortConverter
com.thoughtworks.xstream.converters.basic.StringBufferConverter
com.thoughtworks.xstream.converters.basic.StringBuilderConverter
com.thoughtworks.xstream.converters.basic.StringConverter
com.thoughtworks.xstream.converters.basic.URIConverter
com.thoughtworks.xstream.converters.basic.URLConverter
com.thoughtworks.xstream.converters.basic.UUIDConverter
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.ArrayConverter
com.thoughtworks.xstream.converters.collections.BitSetConverter
com.thoughtworks.xstream.converters.collections.CharArrayConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
com.thoughtworks.xstream.converters.collections.MapConverter
com.thoughtworks.xstream.converters.collections.PropertiesConverter
com.thoughtworks.xstream.converters.collections.SingletonCollectionConverter
com.thoughtworks.xstream.converters.collections.SingletonMapConverter
com.thoughtworks.xstream.converters.collections.TreeMapConverter
com.thoughtworks.xstream.converters.collections.TreeSetConverter
com.thoughtworks.xstream.converters.enums.EnumConverter
com.thoughtworks.xstream.converters.enums.EnumMapConverter
com.thoughtworks.xstream.converters.enums.EnumSetConverter
com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter
com.thoughtworks.xstream.converters.enums.EnumToStringConverter
com.thoughtworks.xstream.converters.extended.CharsetConverter
com.thoughtworks.xstream.converters.extended.ColorConverter
com.thoughtworks.xstream.converters.extended.CurrencyConverter
com.thoughtworks.xstream.converters.extended.DurationConverter
com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
com.thoughtworks.xstream.converters.extended.FileConverter
com.thoughtworks.xstream.converters.extended.FontConverter
com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter
com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter
com.thoughtworks.xstream.converters.extended.JavaClassConverter
com.thoughtworks.xstream.converters.extended.JavaFieldConverter
com.thoughtworks.xstream.converters.extended.JavaMethodConverter
com.thoughtworks.xstream.converters.extended.LocaleConverter
com.thoughtworks.xstream.converters.extended.LookAndFeelConverter
com.thoughtworks.xstream.converters.extended.NamedArrayConverter
com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
com.thoughtworks.xstream.converters.extended.NamedMapConverter
com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter
com.thoughtworks.xstream.converters.extended.RegexPatternConverter
com.thoughtworks.xstream.converters.extended.SqlDateConverter
com.thoughtworks.xstream.converters.extended.SqlTimeConverter
com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
com.thoughtworks.xstream.converters.extended.StackTraceElementConverter
com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
com.thoughtworks.xstream.converters.extended.SubjectConverter
com.thoughtworks.xstream.converters.extended.TextAttributeConverter
com.thoughtworks.xstream.converters.extended.ThrowableConverter
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
com.thoughtworks.xstream.converters.extended.ToStringConverter
com.thoughtworks.xstream.converters.javabean.BeanProperty
com.thoughtworks.xstream.converters.javabean.BeanProvider
com.thoughtworks.xstream.converters.javabean.BeanProvider.Visitor
com.thoughtworks.xstream.converters.javabean.ComparingPropertySorter
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicatePropertyException
com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
com.thoughtworks.xstream.converters.javabean.JavaBeanProvider.Visitor
com.thoughtworks.xstream.converters.javabean.NativePropertySorter
com.thoughtworks.xstream.converters.javabean.PropertyDictionary
com.thoughtworks.xstream.converters.javabean.PropertySorter
com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
com.thoughtworks.xstream.converters.reflection.FieldDictionary
com.thoughtworks.xstream.converters.reflection.FieldKey
com.thoughtworks.xstream.converters.reflection.FieldKeySorter
com.thoughtworks.xstream.converters.reflection.ImmutableFieldKeySorter
com.thoughtworks.xstream.converters.reflection.MissingFieldException
com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter
com.thoughtworks.xstream.converters.reflection.ObjectAccessException
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionProvider
com.thoughtworks.xstream.converters.reflection.ReflectionProvider.Visitor
com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
com.thoughtworks.xstream.converters.reflection.SelfStreamingInstanceChecker
com.thoughtworks.xstream.converters.reflection.SerializableConverter
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter
com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter
com.thoughtworks.xstream.core.AbstractReferenceMarshaller
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.core.Caching
com.thoughtworks.xstream.core.ClassLoaderReference
com.thoughtworks.xstream.core.DefaultConverterLookup
com.thoughtworks.xstream.core.JVM
com.thoughtworks.xstream.core.MapBackedDataHolder
com.thoughtworks.xstream.core.ReferenceByIdMarshaller
com.thoughtworks.xstream.core.ReferenceByIdMarshaller.IDGenerator
com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
com.thoughtworks.xstream.core.ReferencingMarshallingContext
com.thoughtworks.xstream.core.SequenceGenerator
com.thoughtworks.xstream.core.TreeMarshaller
com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException
com.thoughtworks.xstream.core.TreeMarshallingStrategy
com.thoughtworks.xstream.core.TreeUnmarshaller
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.AbstractReader
com.thoughtworks.xstream.io.AbstractWriter
com.thoughtworks.xstream.io.AttributeNameIterator
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriterHelper
com.thoughtworks.xstream.io.HierarchicalStreamDriver
com.thoughtworks.xstream.io.HierarchicalStreamReader
com.thoughtworks.xstream.io.HierarchicalStreamWriter
com.thoughtworks.xstream.io.ReaderWrapper
com.thoughtworks.xstream.io.StatefulWriter
com.thoughtworks.xstream.io.StreamException
com.thoughtworks.xstream.io.WriterWrapper
com.thoughtworks.xstream.io.binary.BinaryStreamDriver
com.thoughtworks.xstream.io.binary.BinaryStreamReader
com.thoughtworks.xstream.io.binary.BinaryStreamWriter
com.thoughtworks.xstream.io.binary.Token
com.thoughtworks.xstream.io.binary.Token.Attribute
com.thoughtworks.xstream.io.binary.Token.EndNode
com.thoughtworks.xstream.io.binary.Token.Formatter
com.thoughtworks.xstream.io.binary.Token.MapIdToValue
com.thoughtworks.xstream.io.binary.Token.StartNode
com.thoughtworks.xstream.io.binary.Token.Value
com.thoughtworks.xstream.io.copy.HierarchicalStreamCopier
com.thoughtworks.xstream.io.json.AbstractJsonWriter
com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
com.thoughtworks.xstream.io.json.JettisonStaxWriter
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
com.thoughtworks.xstream.io.json.JsonWriter
com.thoughtworks.xstream.io.json.JsonWriter.Format
com.thoughtworks.xstream.io.naming.NameCoder
com.thoughtworks.xstream.io.naming.NameCoderWrapper
com.thoughtworks.xstream.io.naming.NoNameCoder
com.thoughtworks.xstream.io.naming.StaticNameCoder
com.thoughtworks.xstream.io.path.Path
com.thoughtworks.xstream.io.path.PathTracker
com.thoughtworks.xstream.io.path.PathTrackingReader
com.thoughtworks.xstream.io.path.PathTrackingWriter
com.thoughtworks.xstream.io.xml.AbstractDocumentReader
com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
com.thoughtworks.xstream.io.xml.AbstractPullReader
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.AbstractXmlReader
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
com.thoughtworks.xstream.io.xml.AbstractXppDriver
com.thoughtworks.xstream.io.xml.BEAStaxDriver
com.thoughtworks.xstream.io.xml.CompactWriter
com.thoughtworks.xstream.io.xml.DocumentReader
com.thoughtworks.xstream.io.xml.DocumentWriter
com.thoughtworks.xstream.io.xml.Dom4JDriver
com.thoughtworks.xstream.io.xml.Dom4JReader
com.thoughtworks.xstream.io.xml.Dom4JWriter
com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
com.thoughtworks.xstream.io.xml.DomDriver
com.thoughtworks.xstream.io.xml.DomReader
com.thoughtworks.xstream.io.xml.DomWriter
com.thoughtworks.xstream.io.xml.JDom2Driver
com.thoughtworks.xstream.io.xml.JDom2Reader
com.thoughtworks.xstream.io.xml.JDom2Writer
com.thoughtworks.xstream.io.xml.JDomDriver
com.thoughtworks.xstream.io.xml.JDomReader
com.thoughtworks.xstream.io.xml.JDomWriter
com.thoughtworks.xstream.io.xml.KXml2DomDriver
com.thoughtworks.xstream.io.xml.KXml2Driver
com.thoughtworks.xstream.io.xml.PrettyPrintWriter
com.thoughtworks.xstream.io.xml.QNameMap
com.thoughtworks.xstream.io.xml.SaxWriter
com.thoughtworks.xstream.io.xml.SjsxpDriver
com.thoughtworks.xstream.io.xml.StandardStaxDriver
com.thoughtworks.xstream.io.xml.StaxDriver
com.thoughtworks.xstream.io.xml.StaxReader
com.thoughtworks.xstream.io.xml.StaxWriter
com.thoughtworks.xstream.io.xml.TraxSource
com.thoughtworks.xstream.io.xml.WstxDriver
com.thoughtworks.xstream.io.xml.XStream11NameCoder
com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer
com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
com.thoughtworks.xstream.io.xml.XmlFriendlyReader
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
com.thoughtworks.xstream.io.xml.XmlFriendlyWriter
com.thoughtworks.xstream.io.xml.XomDriver
com.thoughtworks.xstream.io.xml.XomReader
com.thoughtworks.xstream.io.xml.XomWriter
com.thoughtworks.xstream.io.xml.Xpp3DomDriver
com.thoughtworks.xstream.io.xml.Xpp3Driver
com.thoughtworks.xstream.io.xml.XppDomDriver
com.thoughtworks.xstream.io.xml.XppDomReader
com.thoughtworks.xstream.io.xml.XppDomWriter
com.thoughtworks.xstream.io.xml.XppDriver
com.thoughtworks.xstream.io.xml.XppReader
com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder
com.thoughtworks.xstream.io.xml.xppdom.XppDom
com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator
com.thoughtworks.xstream.io.xml.xppdom.XppFactory
com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
com.thoughtworks.xstream.mapper.AnnotationConfiguration
com.thoughtworks.xstream.mapper.AnnotationMapper
com.thoughtworks.xstream.mapper.ArrayMapper
com.thoughtworks.xstream.mapper.AttributeAliasingMapper
com.thoughtworks.xstream.mapper.AttributeMapper
com.thoughtworks.xstream.mapper.CGLIBMapper
com.thoughtworks.xstream.mapper.CGLIBMapper.Marker
com.thoughtworks.xstream.mapper.CachingMapper
com.thoughtworks.xstream.mapper.CannotResolveClassException
com.thoughtworks.xstream.mapper.ClassAliasingMapper
com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
com.thoughtworks.xstream.mapper.DefaultMapper
com.thoughtworks.xstream.mapper.DynamicProxyMapper
com.thoughtworks.xstream.mapper.DynamicProxyMapper.DynamicProxy
com.thoughtworks.xstream.mapper.EnumMapper
com.thoughtworks.xstream.mapper.FieldAliasingMapper
com.thoughtworks.xstream.mapper.ImmutableTypesMapper
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
com.thoughtworks.xstream.mapper.LocalConversionMapper
com.thoughtworks.xstream.mapper.Mapper
com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping
com.thoughtworks.xstream.mapper.Mapper.Null
com.thoughtworks.xstream.mapper.MapperWrapper
com.thoughtworks.xstream.mapper.OuterClassMapper
com.thoughtworks.xstream.mapper.PackageAliasingMapper
com.thoughtworks.xstream.mapper.SecurityMapper
com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper
com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper
com.thoughtworks.xstream.mapper.XmlFriendlyMapper
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
com.thoughtworks.xstream.persistence.FilePersistenceStrategy
com.thoughtworks.xstream.persistence.FileStreamStrategy
com.thoughtworks.xstream.persistence.PersistenceStrategy
com.thoughtworks.xstream.persistence.StreamStrategy
com.thoughtworks.xstream.persistence.XmlArrayList
com.thoughtworks.xstream.persistence.XmlMap
com.thoughtworks.xstream.persistence.XmlSet
com.thoughtworks.xstream.security.AnyTypePermission
com.thoughtworks.xstream.security.ArrayTypePermission
com.thoughtworks.xstream.security.CGLIBProxyTypePermission
com.thoughtworks.xstream.security.ExplicitTypePermission
com.thoughtworks.xstream.security.ForbiddenClassException
com.thoughtworks.xstream.security.InterfaceTypePermission
com.thoughtworks.xstream.security.NoPermission
com.thoughtworks.xstream.security.NoTypePermission
com.thoughtworks.xstream.security.NullPermission
com.thoughtworks.xstream.security.PrimitiveTypePermission
com.thoughtworks.xstream.security.ProxyTypePermission
com.thoughtworks.xstream.security.RegExpTypePermission
com.thoughtworks.xstream.security.TypeHierarchyPermission
com.thoughtworks.xstream.security.TypePermission
com.thoughtworks.xstream.security.WildcardTypePermission