private static final class CookieParamValueParamProvider.CookieTypeParamValueProvider extends java.lang.Object implements java.util.function.Function<ContainerRequest,javax.ws.rs.core.Cookie>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
Constructor and Description |
---|
CookieTypeParamValueProvider(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Cookie |
apply(ContainerRequest containerRequest) |
public javax.ws.rs.core.Cookie apply(ContainerRequest containerRequest)
apply
in interface java.util.function.Function<ContainerRequest,javax.ws.rs.core.Cookie>