public class LinkDelegate extends Object implements RuntimeDelegate.HeaderDelegate<Link>
| Constructor and Description |
|---|
LinkDelegate() |
public Link fromString(String value) throws IllegalArgumentException
RuntimeDelegate.HeaderDelegateT.fromString in interface RuntimeDelegate.HeaderDelegate<Link>value - the string value.T.IllegalArgumentException - if the supplied string cannot be
parsed or is null.public String toString(Link value) throws IllegalArgumentException
RuntimeDelegate.HeaderDelegatetoString in interface RuntimeDelegate.HeaderDelegate<Link>value - the value of type T.IllegalArgumentException - if the supplied object cannot be
serialized or is null.Copyright © 2013. All Rights Reserved.