Annotation Type RouteParam

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      An optional field name to use for reading the route parameter from the Finagle HTTP Request.
    • Element Detail

      • value

        java.lang.String value
        An optional field name to use for reading the route parameter from the Finagle HTTP Request. When empty, the annotated case class field name will be used to read the route parameter from the Finagle HTTP Request parameters.
        Returns:
        the name of the route parameter field.
        Default:
        ""