クラス SQueuePatchesPackedImpl<V>
java.lang.Object
org.wcardinal.controller.data.internal.SPatchesPackedImpl<SQueueValues<V>,P>
org.wcardinal.controller.data.internal.SQueuePatchesPacked<V,SQueuePatch<V>>
org.wcardinal.controller.data.internal.SQueuePatchesPackedImpl<V>
- すべての実装されたインタフェース:
SPatchesPacked<SQueueValues<V>,
SQueuePatch<V>>
-
コンストラクタの概要
コンストラクタコンストラクタ説明SQueuePatchesPackedImpl
(long startRevision, long endRevision, NavigableMap<Long, SQueuePatch<V>> revisionToPatch) SQueuePatchesPackedImpl
(long startRevision, long endRevision, SQueuePatch<V> reset) -
メソッドの概要
修飾子とタイプメソッド説明static <V> SQueuePatchesPackedImpl<V>
deserialize
(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) クラスから継承されたメソッド org.wcardinal.controller.data.internal.SQueuePatchesPacked
apply
クラスから継承されたメソッド org.wcardinal.controller.data.internal.SPatchesPackedImpl
getEndRevision, getReset, getRevisionToMap, getStartRevision, isApplicable, isEmpty, serialize
-
コンストラクタの詳細
-
SQueuePatchesPackedImpl
-
-
メソッドの詳細
-
deserialize
public static <V> SQueuePatchesPackedImpl<V> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) throws IOException - 例外:
IOException
-