com.github.dockerjava.api.model
Class Volumes.Deserializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonDeserializer<Volumes>
      extended by com.github.dockerjava.api.model.Volumes.Deserializer
Enclosing class:
Volumes

public static class Volumes.Deserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<Volumes>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None
 
Constructor Summary
Volumes.Deserializer()
           
 
Method Summary
 Volumes deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
           
 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Volumes.Deserializer

public Volumes.Deserializer()
Method Detail

deserialize

public Volumes deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
                           com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
                    throws IOException,
                           com.fasterxml.jackson.core.JsonProcessingException
Specified by:
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Volumes>
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2014. All rights reserved.