@Singleton public class EntityTagProvider extends Object implements HeaderDelegateProvider<EntityTag>
ETag header delegate provider.| Constructor and Description |
|---|
EntityTagProvider() |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
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(EntityTag header)
Convert the supplied value to a String.
|
public boolean supports(Class<?> type)
HeaderDelegateProvidersupports in interface HeaderDelegateProvider<EntityTag>type - the type that is to be supported.public String toString(EntityTag header)
RuntimeDelegate.HeaderDelegatetoString in interface RuntimeDelegate.HeaderDelegate<EntityTag>header - the value of type T.public EntityTag fromString(String header)
RuntimeDelegate.HeaderDelegateT.fromString in interface RuntimeDelegate.HeaderDelegate<EntityTag>header - the string value.T.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.