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