Interface HeaderValueProcessor

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

public interface HeaderValueProcessor
Version:
$Revision: 1 $
Author:
Bill Burke
  • 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 - header object
      Returns:
      header string representation