public class EndpointResponseConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<org.springframework.http.ResponseEntity<java.lang.Object>,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Object>>
| Constructor and Description |
|---|
EndpointResponseConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Object> |
convert(org.springframework.http.ResponseEntity<java.lang.Object> source) |
public com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Object> convert(org.springframework.http.ResponseEntity<java.lang.Object> source)
convert in interface org.springframework.core.convert.converter.Converter<org.springframework.http.ResponseEntity<java.lang.Object>,com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.Object>>Copyright © 2019. All Rights Reserved.