Class FastJsonUpdater<TVersion extends Comparable<TVersion>>
java.lang.Object
de.xima.fc.fastjson.FastJsonUpdater<TVersion>
Helper class to update JSON objects between different versions.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <TVersion extends Comparable<TVersion>>
FastJsonUpdater<TVersion> of(Map<TVersion, ? extends IFastJsonUpdateTransition> transitions) com.alibaba.fastjson.JSONObjectupdateSequentially(TVersion current, TVersion previous, com.alibaba.fastjson.JSONObject json)
-
Method Details
-
of
public static <TVersion extends Comparable<TVersion>> FastJsonUpdater<TVersion> of(Map<TVersion, ? extends IFastJsonUpdateTransition> transitions) -
updateSequentially
-