Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.IoRegistry
-
-
Uses of IoRegistry in examples
Classes in examples that implement IoRegistry Modifier and Type Class Description static class
Connections.FakeIoRegistry
-
Uses of IoRegistry in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return types with arguments of type IoRegistry Modifier and Type Method Description protected List<IoRegistry>
IoStep. detectRegistries()
-
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io that implement IoRegistry Modifier and Type Class Description class
AbstractIoRegistry
Base implementation of theIoRegistry
interface that provides implementation of the methods using a aHashMap
.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type IoRegistry Modifier and Type Method Description B
Mapper.Builder. addRegistry(IoRegistry registry)
Adds a vendor suppliedIoRegistry
to theMapper.Builder
which enables it to check for vendor custom serializers to add to theMapper
.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type IoRegistry Modifier and Type Method Description default B
Mapper.Builder. addRegistries(List<IoRegistry> registries)
Adds a vendor suppliedIoRegistry
to theMapper.Builder
which enables it to check for vendor custom serializers to add to theMapper
. -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.binary
Methods in org.apache.tinkerpop.gremlin.structure.io.binary with parameters of type IoRegistry Modifier and Type Method Description TypeSerializerRegistry.Builder
TypeSerializerRegistry.Builder. addRegistry(IoRegistry registry)
AddCustomTypeSerializer
by way of anIoRegistry
. -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type IoRegistry Modifier and Type Method Description GraphMLMapper.Builder
GraphMLMapper.Builder. addRegistry(IoRegistry registry)
-
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type IoRegistry Modifier and Type Method Description GraphSONMapper.Builder
GraphSONMapper.Builder. addRegistry(IoRegistry registry)
Adds a vendor suppliedIoRegistry
to theMapper.Builder
which enables it to check for vendor custom serializers to add to theMapper
. -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement IoRegistry Modifier and Type Class Description class
ToyIoRegistry
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type IoRegistry Modifier and Type Method Description GryoMapper.Builder
GryoMapper.Builder. addRegistry(IoRegistry registry)
Adds a vendor suppliedIoRegistry
to theMapper.Builder
which enables it to check for vendor custom serializers to add to theMapper
. -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.util
Classes in org.apache.tinkerpop.gremlin.structure.io.util that implement IoRegistry Modifier and Type Class Description static class
CustomId.CustomIdIoRegistry
Methods in org.apache.tinkerpop.gremlin.structure.io.util that return types with arguments of type IoRegistry Modifier and Type Method Description static List<IoRegistry>
IoRegistryHelper. createRegistries(List<Object> registryNamesClassesOrInstances)
static List<IoRegistry>
IoRegistryHelper. createRegistries(org.apache.commons.configuration2.Configuration configuration)
-
Uses of IoRegistry in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement IoRegistry Modifier and Type Class Description class
TinkerIoRegistryV1
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.class
TinkerIoRegistryV2
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.class
TinkerIoRegistryV3
An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.
-