Java org.springframework.data.rest.webmvc RepositoryRestHandlerAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.webmvc RepositoryRestHandlerAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.webmvc RepositoryRestHandlerAdapter.

The text is from its open source code.

Method

voidsetMessageConverters(List> messageConverters)
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
voidsetResponseBodyAdvice(@Nullable List> responseBodyAdvice)
Add one or more ResponseBodyAdvice instances to intercept the response before @ResponseBody or ResponseEntity return values are written to the response body.
voidsetWebBindingInitializer(@Nullable WebBindingInitializer webBindingInitializer)
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.