public class EntityTagDelegate extends Object implements RuntimeDelegate.HeaderDelegate<EntityTag>
| Constructor and Description |
|---|
EntityTagDelegate() |
| Modifier and Type | Method and Description |
|---|---|
EntityTag |
fromString(String value)
Parse the supplied value and create an instance of
T. |
String |
toString(EntityTag value)
Convert the supplied value to a String.
|
public EntityTag fromString(String value) throws IllegalArgumentException
RuntimeDelegate.HeaderDelegateT.fromString in interface RuntimeDelegate.HeaderDelegate<EntityTag>value - the string value.T.IllegalArgumentException - if the supplied string cannot be
parsed or is null.public String toString(EntityTag value)
RuntimeDelegate.HeaderDelegatetoString in interface RuntimeDelegate.HeaderDelegate<EntityTag>value - the value of type T.Copyright © 2018 JBoss by Red Hat. All rights reserved.