Package org.apache.juneau.http.part
Interface NameValuePairable
public interface NameValuePairable
Identifies a class that can be converted to a 
NameValuePair object.
 See Also:
- 
Method Summary
- 
Method Details- 
asNameValuePairConvert the object to aNameValuePair.- Returns:
- The object converted to a NameValuePair.
 
 
-