Class MarshallableLoadable

  • All Implemented Interfaces:
    Loadable

    @DciRole(datumType=java.lang.Object.class)
    public class MarshallableLoadable
    extends java.lang.Object
    implements Loadable
    Author:
    Fabrizio Giudici
    • Field Summary

      • Fields inherited from interface it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Loadable

        _Loadable_
    • Constructor Summary

      Constructors 
      Constructor Description
      MarshallableLoadable​(java.lang.Object datum)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T loadFrom​(java.nio.file.Path path, java.nio.charset.Charset charset, java.nio.file.OpenOption... openOptions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface it.tidalwave.thesefoolishthings.examples.dci.marshal.role.Loadable

        loadFrom
    • Constructor Detail

      • MarshallableLoadable

        public MarshallableLoadable​(@Nonnull
                                    java.lang.Object datum)
    • Method Detail

      • loadFrom

        public <T> T loadFrom​(@Nonnull
                              java.nio.file.Path path,
                              @Nonnull
                              java.nio.charset.Charset charset,
                              @Nonnull
                              java.nio.file.OpenOption... openOptions)
                       throws java.io.IOException
        Specified by:
        loadFrom in interface Loadable
        Throws:
        java.io.IOException