Uses of Class
org.apache.tinkerpop.gremlin.structure.io.util.CustomId

Packages that use CustomId
  • Uses of CustomId in org.apache.tinkerpop.gremlin.structure.io.util

    Modifier and Type
    Method
    Description
    CustomId.CustomIdJacksonDeserializerV2.createObject(Map data)
     
    CustomId.CustomIdJacksonDeserializerV3.deserialize(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext)
     
    Methods in org.apache.tinkerpop.gremlin.structure.io.util with parameters of type CustomId
    Modifier and Type
    Method
    Description
    void
    CustomId.CustomIdJacksonSerializerV1.serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
     
    void
    CustomId.CustomIdJacksonSerializerV2.serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
     
    void
    CustomId.CustomIdJacksonSerializerV3.serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
     
    void
    CustomId.CustomIdJacksonSerializerV1.serializeWithType(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
     
    void
    CustomId.CustomIdJacksonSerializerV2.serializeWithType(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)