public class FormBodyResolver extends Object implements ApiBodyResolver
| Constructor and Description |
|---|
FormBodyResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canResolve(String contentType) |
org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> |
resolve(Method method,
Object[] arguments) |
public boolean canResolve(String contentType)
canResolve in interface ApiBodyResolverpublic org.springframework.web.reactive.function.BodyInserter<?,? super org.springframework.http.client.reactive.ClientHttpRequest> resolve(Method method, Object[] arguments)
resolve in interface ApiBodyResolverCopyright © 2021 Pivotal Software, Inc.. All rights reserved.