Package org.jboss.resteasy.spi
Interface HeaderValueProcessor
-
- All Known Implementing Classes:
ClientConfiguration
,LocalResteasyProviderFactory
,ResteasyProviderFactory
,ThreadLocalResteasyProviderFactory
public interface HeaderValueProcessor
- Version:
- $Revision: 1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toHeaderString(java.lang.Object object)
Convert an object to a header string.
-