Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.IoRegistry
-
Packages that use IoRegistry Package Description org.apache.tinkerpop.gremlin.structure.io -
-
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 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.
-