Class Settings.SerializerSettings

java.lang.Object
org.apache.tinkerpop.gremlin.server.Settings.SerializerSettings
Enclosing class:
Settings

public static class Settings.SerializerSettings extends Object
Settings for the MessageSerializer implementations.
  • Field Details

    • className

      public String className
      The fully qualified class name of the MessageSerializer implementation. This class name will be used to load the implementation from the classpath.
    • config

      public Map<String,Object> config
      A Map containing MessageSerializer specific configurations. Consult the MessageSerializer implementation for specifics on what configurations are expected.
  • Constructor Details

    • SerializerSettings

      public SerializerSettings()