Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.IoRegistry
- 
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectMethods 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.ioClasses in org.apache.tinkerpop.gremlin.structure.io that implement IoRegistry Modifier and Type Class Description classAbstractIoRegistryBase implementation of theIoRegistryinterface 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 BMapper.Builder. addRegistry(IoRegistry registry)Adds a vendor suppliedIoRegistryto theMapper.Builderwhich 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 BMapper.Builder. addRegistries(List<IoRegistry> registries)Adds a vendor suppliedIoRegistryto theMapper.Builderwhich enables it to check for vendor custom serializers to add to theMapper.
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.binaryMethods in org.apache.tinkerpop.gremlin.structure.io.binary with parameters of type IoRegistry Modifier and Type Method Description TypeSerializerRegistry.BuilderTypeSerializerRegistry.Builder. addRegistry(IoRegistry registry)AddCustomTypeSerializerby way of anIoRegistry.
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.graphmlMethods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type IoRegistry Modifier and Type Method Description GraphMLMapper.BuilderGraphMLMapper.Builder. addRegistry(IoRegistry registry)
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.graphsonMethods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type IoRegistry Modifier and Type Method Description GraphSONMapper.BuilderGraphSONMapper.Builder. addRegistry(IoRegistry registry)Adds a vendor suppliedIoRegistryto theMapper.Builderwhich enables it to check for vendor custom serializers to add to theMapper.
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.gryoClasses in org.apache.tinkerpop.gremlin.structure.io.gryo that implement IoRegistry Modifier and Type Class Description classToyIoRegistryMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type IoRegistry Modifier and Type Method Description GryoMapper.BuilderGryoMapper.Builder. addRegistry(IoRegistry registry)Adds a vendor suppliedIoRegistryto theMapper.Builderwhich enables it to check for vendor custom serializers to add to theMapper.
- 
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.utilClasses in org.apache.tinkerpop.gremlin.structure.io.util that implement IoRegistry Modifier and Type Class Description static classCustomId.CustomIdIoRegistryMethods 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.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement IoRegistry Modifier and Type Class Description classTinkerIoRegistryV1d0An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.classTinkerIoRegistryV2d0An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.classTinkerIoRegistryV3d0An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.
 
-