Interface JsStreamReader

All Superinterfaces:
com.thoughtworks.xstream.io.HierarchicalStreamReader
All Known Implementing Classes:
JsInnestedReader, LettoreJs

public interface JsStreamReader extends com.thoughtworks.xstream.io.HierarchicalStreamReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamReader

    appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp, underlyingReader
  • Method Details

    • setInputAsMap

      void setInputAsMap(Map<String,?> map)