public class RequestBodyRequestPropertyResolver extends Object implements RequestPropertyResolver
| Constructor and Description |
|---|
RequestBodyRequestPropertyResolver(List<HttpMessageConverter<?>> messageConverters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolve(com.mattbertolini.spring.web.bind.introspect.BindingProperty bindingProperty,
NativeWebRequest request) |
boolean |
supports(com.mattbertolini.spring.web.bind.introspect.BindingProperty bindingProperty) |
public RequestBodyRequestPropertyResolver(List<HttpMessageConverter<?>> messageConverters)
public boolean supports(@NonNull com.mattbertolini.spring.web.bind.introspect.BindingProperty bindingProperty)
supports in interface com.mattbertolini.spring.web.bind.resolver.RequestPropertyResolverBase<NativeWebRequest,Object>public Object resolve(@NonNull com.mattbertolini.spring.web.bind.introspect.BindingProperty bindingProperty, @NonNull NativeWebRequest request)
resolve in interface com.mattbertolini.spring.web.bind.resolver.RequestPropertyResolverBase<NativeWebRequest,Object>