Class RequestMapper.RequestMatch<T>

java.lang.Object
org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestMatch<T>
Enclosing class:
RequestMapper<T>

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

    • template

      public final URITemplate template
    • 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 Details

  • Method Details