Interface GraphReader.ReaderBuilder<T extends GraphReader>
- All Known Implementing Classes:
GraphMLReader.Builder,GraphSONReader.Builder,GryoReader.Builder
- Enclosing interface:
- GraphReader
public static interface GraphReader.ReaderBuilder<T extends GraphReader>
Largely a marker interface for builder classes that construct a
GraphReader.-
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation.
-
Method Details
-
create
T create()Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation.
-