Class RepositoryRestConfig

  • All Implemented Interfaces:
    org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer

    @Configuration
    public class RepositoryRestConfig
    extends java.lang.Object
    implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String API_VERSION  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configureRepositoryRestConfiguration​(org.springframework.data.rest.core.config.RepositoryRestConfiguration config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer

        configureConversionService, configureExceptionHandlerExceptionResolver, configureHttpMessageConverters, configureJacksonObjectMapper, configureValidatingRepositoryEventListener
    • Constructor Detail

      • RepositoryRestConfig

        public RepositoryRestConfig()
    • Method Detail

      • configureRepositoryRestConfiguration

        public void configureRepositoryRestConfiguration​(org.springframework.data.rest.core.config.RepositoryRestConfiguration config)
        Specified by:
        configureRepositoryRestConfiguration in interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer