Class RequestMapper.RequestMatch<T>

  • Enclosing class:
    RequestMapper<T>

    public static class RequestMapper.RequestMatch<T>
    extends Object
    • Field Detail

      • value

        public final T value
      • pathParamValues

        public final String[] pathParamValues
        The matched parameters in order.

        Note that this array may be larger than required, and padded with null values at the end

      • remaining

        public final String remaining
    • Constructor Detail