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