Class SpringRepositoryRestResourceProvider

java.lang.Object
org.springdoc.core.providers.SpringRepositoryRestResourceProvider
All Implemented Interfaces:
RepositoryRestResourceProvider

public class SpringRepositoryRestResourceProvider extends Object implements RepositoryRestResourceProvider
The type Spring repository rest resource provider.
Author:
bnasslahsen
  • Field Details

    • REPOSITORY_SCHEMA_CONTROLLER

      public static final String REPOSITORY_SCHEMA_CONTROLLER
      The constant REPOSITORY_SCHEMA_CONTROLLER.
      See Also:
  • Constructor Details

    • SpringRepositoryRestResourceProvider

      public SpringRepositoryRestResourceProvider(org.springframework.data.rest.core.mapping.ResourceMappings mappings, org.springframework.data.repository.support.Repositories repositories, org.springframework.data.rest.webmvc.mapping.Associations associations, org.springframework.context.ApplicationContext applicationContext, DataRestRouterOperationService dataRestRouterOperationService, org.springframework.data.mapping.context.PersistentEntities persistentEntities, com.fasterxml.jackson.databind.ObjectMapper mapper, SpringDocDataRestUtils springDocDataRestUtils)
      Instantiates a new Spring repository rest resource provider.
      Parameters:
      mappings - the mappings
      repositories - the repositories
      associations - the associations
      applicationContext - the application context
      dataRestRouterOperationService - the data rest router operation builder
      persistentEntities - the persistent entities
      mapper - the mapper
      springDocDataRestUtils - the spring doc data rest utils
  • Method Details