All Classes and Interfaces

Class
Description
Annotation processor that generates client code based on annotated interfaces.
Utility class for annotation processor.
This class contains utility methods for encoding query parameters, quoting header values, and other helpers for code generation.
Represents the context of an HTTP request, including its configuration, parameters, headers, and other details.
Represents the body of an HTTP request.
Represents information about the exception body type used in the HTTP request context.
Represents a method parameter.
Represents a query parameter.
This class generates the implementation of the service interface.
Exception thrown when a substitution is missing from the template.
This class is responsible for building the path of the request URL by replacing the placeholders with the actual
Utility class for handling request bodies in HTTP requests.
Utility class to generate response body mode assignment and response handling based on the response body mode.
A Substitution is a value that can be used to replace placeholder values in a URL.
Represents the input required for generating a template.
Interface for processing templates.
Utility class for converting JavaParser AST types to Java reflection types.