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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer has the following implementations.
Click this link to see all its implementation.

Method

voidconfigureConversionService(ConfigurableConversionService conversionService)
Override this method to add your own converters.
voidconfigureExceptionHandlerExceptionResolver(ExceptionHandlerExceptionResolver exceptionResolver)
Configure the ExceptionHandlerExceptionResolver .
voidconfigureHttpMessageConverters(List> messageConverters)
Configure the available HttpMessageConverter s by adding your own.
voidconfigureJacksonObjectMapper(ObjectMapper objectMapper)
Configure the Jackson ObjectMapper directly.
voidconfigureRepositoryRestConfiguration(RepositoryRestConfiguration config)
Override this method to add additional configuration.
voidconfigureValidatingRepositoryEventListener(ValidatingRepositoryEventListener validatingListener)
Override this method to add validators manually.