Class AccountingXmlUnmarshallable

  • All Implemented Interfaces:
    it.tidalwave.role.io.Unmarshallable

    @DciRole(datumType=it.tidalwave.accounting.model.Accounting.class)
    public class AccountingXmlUnmarshallable
    extends java.lang.Object
    implements it.tidalwave.role.io.Unmarshallable
    Author:
    Fabrizio Giudici
    • Field Summary

      • Fields inherited from interface it.tidalwave.role.io.Unmarshallable

        _Unmarshallable_
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T unmarshal​(java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccountingXmlUnmarshallable

        public AccountingXmlUnmarshallable()
    • Method Detail

      • unmarshal

        @Nonnull
        public <T> T unmarshal​(@Nonnull
                               java.io.InputStream is)
                        throws java.io.IOException
        Specified by:
        unmarshal in interface it.tidalwave.role.io.Unmarshallable
        Throws:
        java.io.IOException