private static final class PathParamValueParamProvider.PathParamPathSegmentValueSupplier extends java.lang.Object implements java.util.function.Function<ContainerRequest,javax.ws.rs.core.PathSegment>
Modifier and Type | Field and Description |
---|---|
private boolean |
decode |
private java.lang.String |
name |
Constructor and Description |
---|
PathParamPathSegmentValueSupplier(java.lang.String name,
boolean decode) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.PathSegment |
apply(ContainerRequest request) |
PathParamPathSegmentValueSupplier(java.lang.String name, boolean decode)
public javax.ws.rs.core.PathSegment apply(ContainerRequest request)
apply
in interface java.util.function.Function<ContainerRequest,javax.ws.rs.core.PathSegment>