| Class | Description |
|---|---|
| BackendProperties |
Common handler for general configuration information about this backend.
|
| Client |
HTTP Client Utilities.
|
| ConfiguredObjectMapper |
A wrapper around an
ObjectMapper with a frozen configuration. |
| ConfiguredObjectMapper.Builder |
A builder for constructing
ConfiguredObjectMapper instances. |
| Constant |
Constants used by Endpoints SPI framework.
|
| EndpointMethod |
A class which takes care to resolved any parameterized types for endpoints.
|
| EndpointsContext |
Context for dispatching Endpoints methods.
|
| EndpointsServlet |
A handler for proxy-less API serving.
|
| EnvUtil |
Utililty for runtime environment related operations, such as checking whether current Endpoints
backend is running on App Engine.
|
| Headers |
Common locations for HTTP header constants.
|
| IoUtil |
Utililty for I/O operations.
|
| MethodHierarchyReader |
Utility to take a class and create maps of methods usable for endpoints and related data.
|
| ObjectMapperUtil |
Utilities for
ObjectMapper. |
| PeerAuth |
Utilities used to do peer authorization.
|
| ServiceContext |
Provides context for a service class when its API configuration is being generated.
|
| ServletInitializationParameters |
Initialization parameters supported by the
EndpointsServlet. |
| ServletInitializationParameters.Builder |
A builder for
ServletInitializationParameters. |
| Strings |
Common Utilities.
|
| SystemService |
System service that execute service methods.
|
| SystemService.Builder |
A
SystemService builder which encapsulates common logic for building its dependencies. |
| SystemService.EndpointNode | |
| TypeLoader |
Utility methods for dealing with
Type objects in endpoint config generation. |
| Exception | Description |
|---|---|
| ServiceException |
Generic service exception that, in addition to a status message, has a status code, and
optionally, response headers to return.
|