com.baidubce.services.vodpro.model.common
Class Path.PathDeserializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonDeserializer<T>
      extended by com.fasterxml.jackson.databind.deser.std.StdDeserializer<Path>
          extended by com.baidubce.services.vodpro.model.common.Path.PathDeserializer
All Implemented Interfaces:
Serializable
Enclosing class:
Path

public static class Path.PathDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Path>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None
 
Field Summary
 
Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_valueClass
 
Constructor Summary
Path.PathDeserializer()
           
Path.PathDeserializer(Class<?> vc)
           
 
Method Summary
 Path deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
           
 
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findDeserializer, getValueClass, getValueType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path.PathDeserializer

public Path.PathDeserializer()

Path.PathDeserializer

public Path.PathDeserializer(Class<?> vc)
Method Detail

deserialize

public Path 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<Path>
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2018. All rights reserved.