public static interface Mapper.Builder<B extends Mapper.Builder>
Mapper
instances.Modifier and Type | Method and Description |
---|---|
B |
addRegistry(IoRegistry registry)
Adds a vendor supplied
IoRegistry to the Mapper.Builder which enables it to check for
vendor custom serializers to add to the Mapper . |
B addRegistry(IoRegistry registry)
IoRegistry
to the Mapper.Builder
which enables it to check for
vendor custom serializers to add to the Mapper
. All Io
implementations should expose
this method via this Mapper.Builder
so that it is compatible with Graph.io(org.apache.tinkerpop.gremlin.structure.io.Io.Builder<I>)
.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.