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 aGraphReader.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation.
 
- 
- 
- 
Method Detail- 
createT create() Creates theGraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation.
 
- 
 
-