Class ScratchContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class ScratchContext
    extends BaseContext
    A context subclass for holding arbitrary data in a map.
    Since:
    3.4.0
    • Constructor Detail

      • ScratchContext

        public ScratchContext()
        Constructor.
    • Method Detail

      • getMap

        @Nonnull
        @Live
        public Map<Object,​Object> getMap()
        Get the map of scratch data.
        Returns:
        the map