All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tinkerpop.gremlin.ogm.mappers.EnumBiMapper.kt Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package org.apache.tinkerpop.gremlin.ogm.mappers

/**
 * The convenience interface to use when creating the mapping between enums and their graph serialized string form.
 * A convenient place to implement this is on the enum's companion object.
 */
interface EnumBiMapper> : PropertyBiMapper




© 2015 - 2024 Weber Informatics LLC | Privacy Policy