org.jboss.resteasy.plugins.delegates
public class EntityTagDelegate extends Object implements RuntimeDelegate.HeaderDelegate<EntityTag>
Constructor and Description |
---|
EntityTagDelegate() |
public EntityTag fromString(String value) throws IllegalArgumentException
RuntimeDelegate.HeaderDelegate
T
.fromString
in interface RuntimeDelegate.HeaderDelegate<EntityTag>
value
- the string valueT
IllegalArgumentException
- if the supplied string cannot be
parsed or is nullpublic String toString(EntityTag value)
RuntimeDelegate.HeaderDelegate
toString
in interface RuntimeDelegate.HeaderDelegate<EntityTag>
value
- the value of type T
Copyright © 2014. All Rights Reserved.