Interface GraphWriter.WriterBuilder<T extends GraphWriter>

All Known Implementing Classes:
GraphMLWriter.Builder, GraphSONWriter.Builder, GryoWriter.Builder
Enclosing interface:
GraphWriter

public static interface GraphWriter.WriterBuilder<T extends GraphWriter>
Largely a marker interface for builder classes that construct a GraphWriter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the GraphWriter implementation given options provided to the GraphWriter.WriterBuilder implementation.