| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure.io |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoRegistry
Base implementation of the
IoRegistry interface that provides implementation of the methods using a
a HashMap. |
| Modifier and Type | Method and Description |
|---|---|
B |
Mapper.Builder.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. |
Io.Builder<? extends Io> |
Io.Builder.registry(IoRegistry registry)
Deprecated.
As of release 3.2.2, replaced by
Io.Builder.onMapper(Consumer). |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.