Package dev.runabout
-
Interface Summary Interface Description JsonObject A lightweight interface for dealing with JSON objects.MethodResolver Runabout interface for determining the caller method when using theRunaboutService.RunaboutApi Runabout interface representing Runabout API endpoints relevant to the library.RunaboutInput Interface representing a single object as an input for a Runabout scenario.RunaboutListener Listener for events in the Runabout library.RunaboutSerializer Generic serializer interface for Runabout.RunaboutService Runabout interface for converting runtime java objects to JSON outputs that can be used for replay debugging in Runabout. -
Class Summary Class Description MethodResolverBuilder A builder for the default implementation ofMethodResolver.RunaboutApiBuilder A builder for creating a RunaboutAPI.RunaboutInstance POJO representing the json structure of a single object as an input for a Runabout scenario.RunaboutScenario POJO representing the json structure of a Runabout scenario.RunaboutServiceBuilder A builder for creating a RunaboutService.RunaboutUtils Utility class for Runabout. -
Exception Summary Exception Description RunaboutException Base runabout exception class.