com.github.tomakehurst.wiremock.http
Class HttpHeadersJsonDeserializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonDeserializer<HttpHeaders>
      extended by com.github.tomakehurst.wiremock.http.HttpHeadersJsonDeserializer

public class HttpHeadersJsonDeserializer
extends org.codehaus.jackson.map.JsonDeserializer<HttpHeaders>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer
org.codehaus.jackson.map.JsonDeserializer.None
 
Constructor Summary
HttpHeadersJsonDeserializer()
           
 
Method Summary
static
<T> java.lang.Iterable<T>
all(java.util.Iterator<T> underlyingIterator)
           
 HttpHeaders deserialize(org.codehaus.jackson.JsonParser parser, org.codehaus.jackson.map.DeserializationContext context)
           
 
Methods inherited from class org.codehaus.jackson.map.JsonDeserializer
deserialize, deserializeWithType, getNullValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHeadersJsonDeserializer

public HttpHeadersJsonDeserializer()
Method Detail

deserialize

public HttpHeaders deserialize(org.codehaus.jackson.JsonParser parser,
                               org.codehaus.jackson.map.DeserializationContext context)
                        throws java.io.IOException
Specified by:
deserialize in class org.codehaus.jackson.map.JsonDeserializer<HttpHeaders>
Throws:
java.io.IOException

all

public static <T> java.lang.Iterable<T> all(java.util.Iterator<T> underlyingIterator)