Skip navigation links
B C D G I O Q R S V 

B

buildCommonParameters(Class<?>, OpenAPI, RequestMethod, MethodAttributes, Operation, String[], MethodParameter[]) - Method in class org.springdoc.data.rest.core.DataRestRequestService
Build common parameters.
buildEntityResponse(Operation, HandlerMethod, OpenAPI, RequestMethod, String, Class<?>, MethodAttributes) - Method in class org.springdoc.data.rest.core.DataRestResponseService
Build entity response.
buildEntityRouterOperationList(List<RouterOperation>, Map<RequestMappingInfo, HandlerMethod>, ResourceMetadata, DataRestRepository, OpenAPI) - Method in class org.springdoc.data.rest.core.DataRestRouterOperationService
Build entity router operation list.
buildEntityTags(Operation, HandlerMethod, DataRestRepository) - Method in class org.springdoc.data.rest.core.DataRestTagsService
Build entity tags.
buildOperation(HandlerMethod, DataRestRepository, OpenAPI, RequestMethod, String, MethodAttributes, ResourceMetadata, MethodResourceMapping, ControllerType) - Method in class org.springdoc.data.rest.core.DataRestOperationService
Build operation operation.
buildParameters(Class<?>, OpenAPI, HandlerMethod, RequestMethod, MethodAttributes, Operation, ResourceMetadata) - Method in class org.springdoc.data.rest.core.DataRestRequestService
Build parameters.
buildSearchResponse(Operation, HandlerMethod, OpenAPI, MethodResourceMapping, Class<?>, MethodAttributes) - Method in class org.springdoc.data.rest.core.DataRestResponseService
Build search response.
buildSearchRouterOperationList(List<RouterOperation>, Map<RequestMappingInfo, HandlerMethod>, ResourceMetadata, DataRestRepository, OpenAPI, MethodResourceMapping) - Method in class org.springdoc.data.rest.core.DataRestRouterOperationService
Build search router operation list.
buildSearchTags(Operation, HandlerMethod, DataRestRepository) - Method in class org.springdoc.data.rest.core.DataRestTagsService
Build search tags.

C

ControllerType - Enum in org.springdoc.data.rest.core
The enum Controller type.
customize(MethodParameter, MethodParameter) - Method in class org.springdoc.data.rest.customisers.DataRestDelegatingMethodParameterCustomizer
 
customize(Operation, HandlerMethod) - Method in class org.springdoc.data.rest.customisers.QuerydslPredicateOperationCustomizer
 

D

DataRestDelegatingMethodParameterCustomizer - Class in org.springdoc.data.rest.customisers
The type Data rest delegating method parameter customizer.
DataRestDelegatingMethodParameterCustomizer(Optional<SpringDataWebProperties>, Optional<RepositoryRestConfiguration>) - Constructor for class org.springdoc.data.rest.customisers.DataRestDelegatingMethodParameterCustomizer
Instantiates a new Data rest delegating method parameter customizer.
DataRestHalProvider - Class in org.springdoc.data.rest
The type Data rest hal provider.
DataRestHalProvider(Optional<RepositoryRestConfiguration>, Optional<HateoasProperties>) - Constructor for class org.springdoc.data.rest.DataRestHalProvider
Instantiates a new Data rest hal provider.
DataRestOperationService - Class in org.springdoc.data.rest.core
The type Data rest operation builder.
DataRestOperationService(DataRestRequestService, DataRestTagsService, DataRestResponseService) - Constructor for class org.springdoc.data.rest.core.DataRestOperationService
Instantiates a new Data rest operation builder.
DataRestRepository - Class in org.springdoc.data.rest.core
The type Data rest repository.
DataRestRepository(Class<?>, Class<?>) - Constructor for class org.springdoc.data.rest.core.DataRestRepository
Instantiates a new Data rest repository.
DataRestRequestService - Class in org.springdoc.data.rest.core
The type Data rest request builder.
DataRestRequestService(LocalVariableTableParameterNameDiscoverer, GenericParameterService, RequestBodyService, AbstractRequestService) - Constructor for class org.springdoc.data.rest.core.DataRestRequestService
Instantiates a new Data rest request builder.
DataRestResponseService - Class in org.springdoc.data.rest.core
The type Data rest response builder.
DataRestResponseService(GenericResponseService) - Constructor for class org.springdoc.data.rest.core.DataRestResponseService
Instantiates a new Data rest response builder.
DataRestRouterOperationService - Class in org.springdoc.data.rest.core
The type Data rest router operation builder.
DataRestRouterOperationService(DataRestOperationService, SpringDocConfigProperties, RepositoryRestConfiguration, DataRestHalProvider) - Constructor for class org.springdoc.data.rest.core.DataRestRouterOperationService
Instantiates a new Data rest router operation builder.
DataRestTagsService - Class in org.springdoc.data.rest.core
The type Data rest tags builder.
DataRestTagsService(OpenAPIService) - Constructor for class org.springdoc.data.rest.core.DataRestTagsService
Instantiates a new Data rest tags builder.

G

getControllerType() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets controller type.
getDomainType() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets domain type.
getRelationName() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets relation name.
getRepositoryType() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets repository type.
getRouterOperations(OpenAPI) - Method in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
 

I

init() - Method in class org.springdoc.data.rest.DataRestHalProvider
 
isHalEnabled() - Method in class org.springdoc.data.rest.DataRestHalProvider
 

O

org.springdoc.data.rest - package org.springdoc.data.rest
 
org.springdoc.data.rest.core - package org.springdoc.data.rest.core
 
org.springdoc.data.rest.customisers - package org.springdoc.data.rest.customisers
 

Q

QuerydslPredicateOperationCustomizer - Class in org.springdoc.data.rest.customisers
The type Querydsl predicate operation customizer.
QuerydslPredicateOperationCustomizer(QuerydslBindingsFactory) - Constructor for class org.springdoc.data.rest.customisers.QuerydslPredicateOperationCustomizer
Instantiates a new Querydsl predicate operation customizer.

R

REPOSITORY_SCHEMA_CONTROLLER - Static variable in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
The constant REPOSITORY_SCHEMA_CONTROLLER.

S

setControllerType(ControllerType) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets controller type.
setDomainType(Class<?>) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets domain type.
setRelationName(String) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets relation name.
setRepositoryType(Class<?>) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets repository type.
SpringDocDataRestConfiguration - Class in org.springdoc.data.rest
The type Spring doc data rest configuration.
SpringDocDataRestConfiguration() - Constructor for class org.springdoc.data.rest.SpringDocDataRestConfiguration
 
SpringRepositoryRestResourceProvider - Class in org.springdoc.data.rest
The type Spring repository rest resource provider.
SpringRepositoryRestResourceProvider(ResourceMappings, Repositories, Associations, ApplicationContext, DataRestRouterOperationService, PersistentEntities, ObjectMapper) - Constructor for class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
Instantiates a new Spring repository rest resource provider.

V

valueOf(String) - Static method in enum org.springdoc.data.rest.core.ControllerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springdoc.data.rest.core.ControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G I O Q R S V 
Skip navigation links

Copyright © 2020. All rights reserved.