-
public interface MutableValueNextRepresents a next value to use for mutable content properties (DbJson with jackson beans).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcontent()Return the next content to use.MutableValueInfoinfo()Return the next MutableValueInfo to use after an update.
-
-
-
Method Detail
-
content
String content()
Return the next content to use. Provided such that we serialise to json once.
-
info
MutableValueInfo info()
Return the next MutableValueInfo to use after an update.
-
-