public static final class GraphSONIo.Builder extends Object implements Io.Builder<GraphSONIo>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GraphSONIo |
create()
Vendors call this method in the
Graph#io(Builder) method to construct the Io instance
and return the value. |
Io.Builder<GraphSONIo> |
graph(Graph g)
Vendors use this method to supply the current instance of their
Graph to the builder. |
Io.Builder<GraphSONIo> |
registry(IoRegistry registry)
Vendors use this method to supply an
IoRegistry to the Io implementation. |
public Io.Builder<GraphSONIo> registry(IoRegistry registry)
Io.Builder
IoRegistry
to the Io
implementation. End-users
should not use this method directly. If a user wants to register custom serializers, then such things
can be done via calls to Io.mapper()
after the Io
is constructed via
Graph#io(Builder)
.registry
in interface Io.Builder<GraphSONIo>
public Io.Builder<GraphSONIo> graph(Graph g)
Io.Builder
Graph
to the builder. End-users
should not call this method directly.graph
in interface Io.Builder<GraphSONIo>
public GraphSONIo create()
Io.Builder
Graph#io(Builder)
method to construct the Io
instance
and return the value. End-users will typically not call this method.create
in interface Io.Builder<GraphSONIo>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.