Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Io
-
Packages that use Io Package Description org.apache.tinkerpop.gremlin.structure org.apache.tinkerpop.gremlin.structure.io -
-
Uses of Io in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with type parameters of type Io Modifier and Type Method Description default <I extends Io>
IGraph. io(Io.Builder<I> builder)Deprecated.As of release 3.4.0, partially replaced byGraphTraversalSource.io(String). -
Uses of Io in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type Io Modifier and Type Interface Description static interfaceIo.Builder<I extends Io>Helps to construct anIoimplementation and should be implemented by every such implementation as that class will be passed toGraph.io(Io.Builder)by the user.Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type Io Modifier and Type Method Description Io.Builder<? extends Io>Io.Builder. graph(Graph g)Providers use this method to supply the current instance of theirGraphto the builder.Io.Builder<? extends Io>Io.Builder. onMapper(Consumer<Mapper.Builder> onMapper)Allows aGraphimplementation to have full control over theMapper.Builderinstance.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type Io Modifier and Type Method Description List<org.javatuples.Pair<Class,Object>>AbstractIoRegistry. find(Class<? extends Io> builderClass)<S> List<org.javatuples.Pair<Class,S>>AbstractIoRegistry. find(Class<? extends Io> builderClass, Class<S> serializerType)List<org.javatuples.Pair<Class,Object>>IoRegistry. find(Class<? extends Io> builderClass)<S> List<org.javatuples.Pair<Class,S>>IoRegistry. find(Class<? extends Io> builderClass, Class<S> serializerType)protected voidAbstractIoRegistry. register(Class<? extends Io> ioClass, Class clazz, Object serializer)Add a "serializer" for theMapper.
-