SuccessDescriptionOnly.java
public class SuccessDescriptionOnly
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 | SuccessDescriptionOnly.SuccessDescriptionOnly1 class that deserializes responses |
public static class SuccessDescriptionOnly1
extends ResponseDeserializer<Void, Void, Void>
a class that deserializes responses
Constructor and Description |
---|
SuccessDescriptionOnly1() 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, Void> | deserialize(HttpResponse<byte[]> response, SchemaConfiguration configuration) called by endpoint when deserialize responses |
[Back to top] [Back to Component Responses] [Back to README]