クラス SMapPatchesPackedImplDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<SPatchesPacked<?,?>>
org.wcardinal.controller.data.internal.SMapPatchesPackedImplDeserializer
すべての実装されたインタフェース:
com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider

public class SMapPatchesPackedImplDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<SPatchesPacked<?,?>> implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース com.fasterxml.jackson.databind.JsonDeserializer

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
    SMapPatchesPackedImplDeserializer(com.fasterxml.jackson.databind.JavaType valueType)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    com.fasterxml.jackson.databind.JsonDeserializer<?>
    createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property)
     
    deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
     

    クラスから継承されたメソッド com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • SMapPatchesPackedImplDeserializer

      public SMapPatchesPackedImplDeserializer()
    • SMapPatchesPackedImplDeserializer

      public SMapPatchesPackedImplDeserializer(com.fasterxml.jackson.databind.JavaType valueType)
  • メソッドの詳細

    • createContextual

      public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.BeanProperty property) throws com.fasterxml.jackson.databind.JsonMappingException
      定義:
      createContextual インタフェース内 com.fasterxml.jackson.databind.deser.ContextualDeserializer
      例外:
      com.fasterxml.jackson.databind.JsonMappingException
    • deserialize

      public SPatchesPacked<?,?> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
      定義:
      deserialize クラス内 com.fasterxml.jackson.databind.JsonDeserializer<SPatchesPacked<?,?>>
      例外:
      IOException
      com.fasterxml.jackson.core.JsonProcessingException