Interface | Description |
---|---|
Serializer<TFrom,TTo> |
An interface used to serialize a bean type as another type.
|
Class | Description |
---|---|
ApiCacheControl.Type |
Constants of cache control types
|
ApiMethod.HttpMethod |
Constants of HTTP method names
|
Enum | Description |
---|---|
AnnotationBoolean |
Enum allowing a boolean flag or unspecified.
|
Annotation Type | Description |
---|---|
Api |
Annotation for API-wide configuration.
|
ApiAuth |
Annotation for API authentication configuration.
|
ApiCacheControl |
Annotation for API cache control configuration.
|
ApiClass |
Annotation for configuration specific to an API class.
|
ApiFrontendLimitRule |
Annotation for configuration of API quota frontend limit rules.
|
ApiFrontendLimits |
Annotation for configuration of API quota frontend limits.
|
ApiMethod |
Annotation for API method configuration.
|
ApiMethodCacheControl |
Annotation for configuration of API method cache control.
|
ApiNamespace |
Fields populated in Discovery in order to proper namespace generated clients.
|
ApiSerializationProperty |
Annotation for configuring serialization of beans.
|
ApiSerializer |
An annotation for customizing serialization by simple type conversion.
|
DefaultValue |
Default value for parameters.
|