Class QueryRepositoryConfig

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

    @Configuration
    public class QueryRepositoryConfig
    extends java.lang.Object
    implements org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
    • 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

      • QueryRepositoryConfig

        public QueryRepositoryConfig()
    • 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