Package 

Interface WireframeMapper

    • Method Summary

      Modifier and Type Method Description
      abstract List<S> map(T view, MappingContext mappingContext, AsyncJobStatusCallback asyncJobStatusCallback) Maps a View to a List<Wireframe> in order to be rendered in the Session Replay player.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • map

         abstract List<S> map(T view, MappingContext mappingContext, AsyncJobStatusCallback asyncJobStatusCallback)

        Maps a View to a List<Wireframe> in order to be rendered in the Session Replay player.

        Parameters:
        view - as the View instance that will be mapped
        mappingContext - in which we provide useful information regarding the current
        asyncJobStatusCallback - a callback that can be called when the mapper starts or finishes processing an async job.