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
-
decode
private final boolean decode
-
-
Constructor Details
-
PathParamPathSegmentValueSupplier
PathParamPathSegmentValueSupplier(String name, boolean decode)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ContainerRequest,
javax.ws.rs.core.PathSegment>
-