Package dev.runabout
-
Interface Summary Interface Description JsonObject A lightweight interface for dealing with JSON objects.RunaboutInput Interface representing an input for a Runabout scenario.RunaboutSerializer Generic serializer interface for Runabout.RunaboutService<T extends JsonObject> Runabout interface for converting runtime java objects to JSON outputs that can be used for replay debugging in Runabout. -
Class Summary Class Description RunaboutServiceBuilder<T extends JsonObject> A builder for creating a RunaboutService.RunaboutUtils Utility class for Runabout. -
Exception Summary Exception Description RunaboutException -
Annotation Types Summary Annotation Type Description ToRunabout Annotation for methods that convert instances of a class to a Runabout input.