@Singleton public class NewCookieProvider extends Object implements HeaderDelegateProvider<NewCookie>
Set-Cookie
header delegate provider
.Constructor and Description |
---|
NewCookieProvider() |
Modifier and Type | Method and Description |
---|---|
NewCookie |
fromString(String header)
Parse the supplied value and create an instance of
T . |
boolean |
supports(Class<?> type)
Ascertain if the Provider supports a particular type.
|
String |
toString(NewCookie cookie)
Convert the supplied value to a String.
|
public boolean supports(Class<?> type)
HeaderDelegateProvider
supports
in interface HeaderDelegateProvider<NewCookie>
type
- the type that is to be supported.public String toString(NewCookie cookie)
RuntimeDelegate.HeaderDelegate
toString
in interface RuntimeDelegate.HeaderDelegate<NewCookie>
cookie
- the value of type T
.public NewCookie fromString(String header)
RuntimeDelegate.HeaderDelegate
T
.fromString
in interface RuntimeDelegate.HeaderDelegate<NewCookie>
header
- the string value.T
.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.