T - an type that corresponds to the value of a HTTP header.public static interface RuntimeDelegate.HeaderDelegate<T>
T.| Modifier and Type | Method | Description | 
|---|---|---|
T | 
fromString(String value) | 
 Parse the supplied value and create an instance of  
T. | 
String | 
toString(T value) | 
 Convert the supplied value to a String. 
 | 
T fromString(String value)
T.value - the string value.T.IllegalArgumentException - if the supplied string cannot be
                                  parsed or is null.String toString(T value)
value - the value of type T.IllegalArgumentException - if the supplied object cannot be
                                  serialized or is null.Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.