Class XStreamDomConverter

    • Constructor Detail

      • XStreamDomConverter

        public XStreamDomConverter​(Class<?> valueType)
    • Method Detail

      • getValueType

        public Class<?> getValueType()
        Description copied from interface: DomConverter
        Gets the value type, which may be abstract.
        Specified by:
        getValueType in interface DomConverter
        Returns:
        The value type.
      • getXStream

        public com.thoughtworks.xstream.XStream getXStream()
      • configureXStream

        protected void configureXStream​(com.thoughtworks.xstream.XStream xStream)