Class CacheControlProvider

    • Constructor Detail

      • CacheControlProvider

        public CacheControlProvider()
    • Method Detail

      • supports

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

        public String toString​(jakarta.ws.rs.core.CacheControl header)
        Specified by:
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.CacheControl>
      • fromString

        public jakarta.ws.rs.core.CacheControl fromString​(String header)
        Specified by:
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.CacheControl>