Symfony\Component\Routing\Route {#1571
  -path: "/services/list/{list_index_mapper}/{display_id}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_title" => "Ajax Quotes List"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesQuotesListController::quotesListAjax"
    "list_index_mapper" => "smi-index"
    "display_id" => "solid_widgets_quotes_list"
  ]
  -requirements: array:1 [
    "_permission" => "access content"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "parameters" => array:2 [
      "list_index_mapper" => array:1 [
        "type" => "string"
      ]
      "display_id" => array:1 [
        "type" => "string"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:2 [
      0 => "list_index_mapper"
      1 => "display_id"
    ]
    -tokens: array:3 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "display_id"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "list_index_mapper"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/services/list"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/list(?:/(?P<list_index_mapper>[^/]++)(?:/(?P<display_id>[^/]++))?)?$}sDu"
    -pathVariables: array:2 [
      0 => "list_index_mapper"
      1 => "display_id"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 3
    #patternOutline: "/services/list"
    #numParts: 4
  }
}