Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io |
Modifier and Type | Interface and Description |
---|---|
interface |
Io<R extends GraphReader.ReaderBuilder,W extends GraphWriter.WriterBuilder,M extends Mapper.Builder>
|
static interface |
Mapper.Builder<B extends Mapper.Builder>
Largely a marker interface for builders that construct
Mapper instances. |
Modifier and Type | Method and Description |
---|---|
Io.Builder<? extends Io> |
Io.Builder.onMapper(Consumer<Mapper.Builder> onMapper)
Allows a
Graph implementation to have full control over the Mapper.Builder instance. |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.