All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description JsonObject A lightweight interface for dealing with JSON objects.MethodResolver Runabout interface for determining the caller method when using theRunaboutService.MethodResolverBuilder A builder for the default implementation ofMethodResolver.Nullable An annotation to indicate that a parameter, field, or method return value can be null.RunaboutApi Runabout interface representing Runabout API endpoints relevant to the library.RunaboutApiBuilder A builder for creating a RunaboutAPI.RunaboutEnabled Annotation for a constructor to build aRunaboutInputfrom.RunaboutException Base runabout exception class.RunaboutInput Interface representing a single object as an input for a Runabout scenario.RunaboutInstance POJO representing the json structure of a single object as an input for a Runabout scenario.RunaboutListener Listener for events in the Runabout library.RunaboutParameter RunaboutScenario POJO representing the json structure of a Runabout scenario.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.RunaboutServiceBuilder A builder for creating a RunaboutService.RunaboutUtils Utility class for Runabout.ToRunabout Annotation for methods that convert instances of a class to a Runabout input.