Symfony\Component\Routing\Route {#1571
  -path: "/services/json/alerts/price/{alert_id}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_title" => "Alerts"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesAlertsController::alerts"
    "alert_id" => ""
    "type" => "json"
  ]
  -requirements: array:1 [
    "_permission" => "alerts"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "alert_id"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "alert_id"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/services/json/alerts/price"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/json/alerts/price(?:/(?P<alert_id>[^/]++))?$}sDu"
    -pathVariables: array:1 [
      0 => "alert_id"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 15
    #patternOutline: "/services/json/alerts/price"
    #numParts: 5
  }
}