Class AccContext<K,V>

java.lang.Object
org.aksw.jenax.io.json.accumulator.AccContext<K,V>
Direct Known Subclasses:
AccContextRdf

public class AccContext<K,V> extends Object
  • Field Details

    • materialize

      protected boolean materialize
      Whether to accumulate a JsonElement
    • serialize

      protected boolean serialize
      Whether to stream to the jsonWriter
    • writer

      protected ObjectNotationWriter<K,V> writer
      The writer for generalized object notation. May support streaming.
    • gonProvider

      protected GonProvider<K,V> gonProvider
      The provider for building in memory objects.
    • errorHandler

      protected AccJsonErrorHandler errorHandler
  • Constructor Details

  • Method Details