Class PathParamValueParamProvider.PathParamListPathSegmentValueSupplier

java.lang.Object
org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider.PathParamListPathSegmentValueSupplier
All Implemented Interfaces:
Function<ContainerRequest,List<javax.ws.rs.core.PathSegment>>
Enclosing class:
PathParamValueParamProvider

private static final class PathParamValueParamProvider.PathParamListPathSegmentValueSupplier extends Object implements Function<ContainerRequest,List<javax.ws.rs.core.PathSegment>>
  • Field Details

    • name

      private final String name
    • decode

      private final boolean decode
  • Constructor Details

    • PathParamListPathSegmentValueSupplier

      PathParamListPathSegmentValueSupplier(String name, boolean decode)
  • Method Details