Interface GraphParserSettings

All Known Subinterfaces:
AvailableSettings
All Known Implementing Classes:
Environment

public interface GraphParserSettings
Settings for configuring graph parser behavior.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • GRAPH_PARSER_MODE

      @Deprecated(since="7.0", forRemoval=true) static final String GRAPH_PARSER_MODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Setting to control which graph parser syntax to use.

      Valid values are:

      • "legacy" - Uses the legacy syntax: attribute(SubType: attributes) This generates deprecation warnings when the old syntax is detected.
      • "modern" - Uses the new syntax: attribute:SubType(attributes) This is the preferred syntax going forward.

      Since:
      7.0
      See Also:
      Default Value:
      "legacy" for backward compatibility