クラス SListPatchesPackedImpl<V>

すべての実装されたインタフェース:
SPatchesPacked<List<V>,SListPatch<V>>

public class SListPatchesPackedImpl<V> extends SListPatchesPacked<V,SListPatch<V>>
  • コンストラクタの詳細

    • SListPatchesPackedImpl

      public SListPatchesPackedImpl(long startRevision, long endRevision, SListPatch<V> reset)
    • SListPatchesPackedImpl

      public SListPatchesPackedImpl(long startRevision, long endRevision, NavigableMap<Long,SListPatch<V>> revisionToPatch)
  • メソッドの詳細

    • deserialize

      public static <V> SListPatchesPackedImpl<V> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) throws IOException
      例外:
      IOException