Package org.jboss.resteasy.spi
Interface HeaderValueProcessor
-
- All Known Implementing Classes:
ResteasyProviderFactory
public interface HeaderValueProcessor- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoHeaderString(Object object)Convert an object to a header string.
-