|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.message.internal.UriProvider
@Singleton public class UriProvider
| Constructor Summary | |
|---|---|
UriProvider()
|
|
| Method Summary | |
|---|---|
java.net.URI |
fromString(java.lang.String header)
Parse the supplied value and create an instance of T. |
boolean |
supports(java.lang.Class<?> type)
Ascertain if the Provider supports a particular type. |
java.lang.String |
toString(java.net.URI header)
Convert the supplied value to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UriProvider()
| Method Detail |
|---|
public boolean supports(java.lang.Class<?> type)
HeaderDelegateProvider
supports in interface HeaderDelegateProvider<java.net.URI>type - the type that is to be supported.
public java.lang.String toString(java.net.URI header)
RuntimeDelegate.HeaderDelegate
toString in interface RuntimeDelegate.HeaderDelegate<java.net.URI>header - the value of type T.
public java.net.URI fromString(java.lang.String header)
RuntimeDelegate.HeaderDelegateT.
fromString in interface RuntimeDelegate.HeaderDelegate<java.net.URI>header - the string value.
T.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||