Package io.ebean.bean

Interface MutableValueNext


public interface MutableValueNext
Represents a next value to use for mutable content properties (DbJson with jackson beans).
  • Method Summary

    Modifier and Type Method Description
    String content()
    Return the next content to use.
    MutableValueInfo info()
    Return the next MutableValueInfo to use after an update.
  • Method Details

    • content

      Return the next content to use. Provided such that we serialise to json once.
    • info

      Return the next MutableValueInfo to use after an update.