Class JSONLDWriter.JSONLDWriterFactory

  • All Implemented Interfaces:
    RDFWriterFactory
    Enclosing class:
    JSONLDWriter

    public static final class JSONLDWriter.JSONLDWriterFactory
    extends java.lang.Object
    implements RDFWriterFactory

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RDFWriter create​(java.io.OutputStream theStream, Options theOptions)
      Create a new `RDFWriter`
      RDFFormat format()
      The format this writer will serialize output in
      • Methods inherited from class java.lang.Object

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

      • JSONLDWriterFactory

        public JSONLDWriterFactory()
    • Method Detail

      • create

        @Nonnull
        public RDFWriter create​(@Nonnull
                                java.io.OutputStream theStream,
                                @Nonnull
                                Options theOptions)
        Create a new `RDFWriter`
        Specified by:
        create in interface RDFWriterFactory
        Parameters:
        theStream - the stream to write to
        theOptions - the writer options
        Returns:
        the new `RDFWriter`