Class UnmarshallerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug()
      Prints the internal view of the stream configuration to System.out
      void debug​(java.io.PrintStream out)
      Prints the internal view of the stream configuration.
      RecordContext getRecordContext()
      Returns record information for the most recent unmarshalled bean object.
      java.lang.String getRecordName()
      Returns the record or group name of the most recent unmarshalled bean object.
      java.lang.Object unmarshal​(java.lang.String text)
      Unmarshals a bean object from the given record text.
      java.lang.Object unmarshal​(java.lang.String[] array)
      Unmarshals a bean object from the given String[] of fields.
      java.lang.Object unmarshal​(java.util.List<java.lang.String> list)
      Unmarshals a bean object from the given List of fields.
      java.lang.Object unmarshal​(org.w3c.dom.Node node)
      Unmarshals a bean object from the given Node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait