HeadersWithNoBody.java
public class HeadersWithNoBody
A class that contains necessary nested response classes
- a class that extends ResponseDeserializer and is used to deserialize responses
| Modifier and Type | Class and Description |
|---|---|
| static class | HeadersWithNoBody.HeadersWithNoBody1 class that deserializes responses |
public static class HeadersWithNoBody1
extends ResponseDeserializer<Void, HeadersWithNoBodyHeadersSchema.HeadersWithNoBodyHeadersSchemaMap, Void>
a class that deserializes responses
| Constructor and Description |
|---|
| HeadersWithNoBody1() Creates an instance |
| Modifier and Type | Field and Description |
|---|---|
| Map<String, Void> | content = MapUtils.makeMap( ) the contentType to schema info |
| Modifier and Type | Method and Description |
|---|---|
| ApiResponse<Void, HeadersWithNoBodyHeadersSchema.HeadersWithNoBodyHeadersSchemaMap> | deserialize(HttpResponse<byte[]> response, SchemaConfiguration configuration) called by endpoint when deserialize responses |
[Back to top] [Back to Component Responses] [Back to README]