Interface HeaderValueProcessor

All Known Implementing Classes:
ClientConfiguration, LocalResteasyProviderFactory, ResteasyProviderFactory, ThreadLocalResteasyProviderFactory

public interface HeaderValueProcessor
Version:
$Revision: 1 $
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert an object to a header string.
  • Method Details

    • toHeaderString

      String toHeaderString(Object object)
      Convert an object to a header string. First try StringConverter, then HeaderDelegate, then object.toString()
      Parameters:
      object -
      Returns: