Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.IoRegistry
Packages that use IoRegistry
Package
Description
-
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 -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io that implement IoRegistryModifier and TypeClassDescriptionclassBase implementation of theIoRegistryinterface that provides implementation of the methods using a aHashMap.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type IoRegistryModifier and TypeMethodDescriptionMapper.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 IoRegistryModifier and TypeMethodDescriptiondefault 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.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type IoRegistry -
Uses of IoRegistry in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type IoRegistryModifier and TypeMethodDescriptionGraphSONMapper.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.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement IoRegistryMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type IoRegistryModifier and TypeMethodDescriptionGryoMapper.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.util
Classes in org.apache.tinkerpop.gremlin.structure.io.util that implement IoRegistryMethods in org.apache.tinkerpop.gremlin.structure.io.util that return types with arguments of type IoRegistryModifier and TypeMethodDescriptionstatic 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 IoRegistryModifier and TypeClassDescriptionfinal classAn implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.final classAn implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.final classAn implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.final classAn implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.