public final class TranslatorFlavor<T,P>
extends java.lang.Object
Translator.| Modifier and Type | Method and Description |
|---|---|
static <T,P> TranslatorFlavor<T,P> |
cosmosdb()
Returns a translator flavor that is suitable
for Cosmos DB.
|
static <T,P> TranslatorFlavor<T,P> |
gremlinServer()
Returns a translator flavor that is suitable
for Gremlin Server or a compatible graph database.
|
public static <T,P> TranslatorFlavor<T,P> gremlinServer()
This is the default flavor.
T - translation target typeP - predicate target typepublic static <T,P> TranslatorFlavor<T,P> cosmosdb()
T - translation target typeP - predicate target type