public class SpringRepositoryRestResourceProvider extends Object implements org.springdoc.core.RepositoryRestResourceProvider
Modifier and Type | Field and Description |
---|---|
static String |
REPOSITORY_ENTITY_CONTROLLER |
static String |
REPOSITORY_PROPERTY_CONTROLLER |
static String |
REPOSITORY_SCHEMA_CONTROLLER |
static String |
REPOSITORY_SERACH_CONTROLLER |
Constructor and Description |
---|
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.data.rest.webmvc.support.DelegatingHandlerMapping delegatingHandlerMapping,
DataRestRouterOperationBuilder dataRestRouterOperationBuilder) |
Modifier and Type | Method and Description |
---|---|
List<org.springdoc.core.fn.RouterOperation> |
getRouterOperations(io.swagger.v3.oas.models.OpenAPI openAPI) |
public static final String REPOSITORY_ENTITY_CONTROLLER
public static final String REPOSITORY_SERACH_CONTROLLER
public static final String REPOSITORY_SCHEMA_CONTROLLER
public static final String REPOSITORY_PROPERTY_CONTROLLER
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.data.rest.webmvc.support.DelegatingHandlerMapping delegatingHandlerMapping, DataRestRouterOperationBuilder dataRestRouterOperationBuilder)
public List<org.springdoc.core.fn.RouterOperation> getRouterOperations(io.swagger.v3.oas.models.OpenAPI openAPI)
getRouterOperations
in interface org.springdoc.core.RepositoryRestResourceProvider
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.