Class PathParamValueParamProvider.PathParamPathSegmentValueSupplier

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

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

    • name

      private final String name
    • decode

      private final boolean decode
  • Constructor Details

    • PathParamPathSegmentValueSupplier

      PathParamPathSegmentValueSupplier(String name, boolean decode)
  • Method Details