Class RunTime.CustomPreview

    • Field Detail

      • serialVersionUID

        🡇     🗕  🗗  🗖
        protected static final long serialVersionUID
        This fulfils the SerialVersion UID requirement for all classes that implement Java's interface java.io.Serializable. Using the Serializable Implementation offered by java is very easy, and can make saving program state when debugging a lot easier. It can also be used in place of more complicated systems like "hibernate" to store data as well.
        See Also:
        Constant Field Values
      • header

        🡅  🡇     🗕  🗗  🗖
        public final java.lang.String header
        The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject.
      • bodyGetterId

        🡅  🡇     🗕  🗗  🗖
        public final java.lang.String bodyGetterId
        If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array.
        OPTIONAL
    • Constructor Detail