Class UriHeaderDelegate
- java.lang.Object
-
- org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
-
- All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
public class UriHeaderDelegate extends Object implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static UriHeaderDelegate
INSTANCE
-
Constructor Summary
Constructors Constructor Description UriHeaderDelegate()
-
-
-
Field Detail
-
INSTANCE
public static final UriHeaderDelegate INSTANCE
-
-
Method Detail
-
fromString
public URI fromString(String value) throws IllegalArgumentException
- Specified by:
fromString
in interfacejavax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
- Throws:
IllegalArgumentException
-
-