org.jboss.resteasy.plugins.delegates
Class UriHeaderDelegate
java.lang.Object
org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
- All Implemented Interfaces:
- RuntimeDelegate.HeaderDelegate
public class UriHeaderDelegate
- extends Object
- implements RuntimeDelegate.HeaderDelegate
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriHeaderDelegate
public UriHeaderDelegate()
fromString
public Object fromString(String value)
throws IllegalArgumentException
- Description copied from interface:
RuntimeDelegate.HeaderDelegate
- Parse the supplied value and create an instance of
T
.
- Specified by:
fromString
in interface RuntimeDelegate.HeaderDelegate
- Parameters:
value
- the string value
- Returns:
- the newly created instance of
T
- Throws:
IllegalArgumentException
- if the supplied string cannot be
parsed or is null
toString
public String toString(Object value)
- Description copied from interface:
RuntimeDelegate.HeaderDelegate
- Convert the supplied value to a String.
- Specified by:
toString
in interface RuntimeDelegate.HeaderDelegate
- Parameters:
value
- the value of type T
- Returns:
- a String representation of the value
Copyright © 2011. All Rights Reserved.