Class UriProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      UriProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI fromString​(java.lang.String header)  
      boolean supports​(java.lang.Class<?> type)
      Ascertain if the Provider supports a particular type.
      java.lang.String toString​(java.net.URI header)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UriProvider

        public UriProvider()
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class<?> type)
        Description copied from interface: HeaderDelegateProvider
        Ascertain if the Provider supports a particular type.
        Specified by:
        supports in interface HeaderDelegateProvider<java.net.URI>
        Parameters:
        type - the type that is to be supported.
        Returns:
        true if the type is supported, otherwise false.
      • toString

        public java.lang.String toString​(java.net.URI header)
        Specified by:
        toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<java.net.URI>
      • fromString

        public java.net.URI fromString​(java.lang.String header)
        Specified by:
        fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<java.net.URI>