Index

B C D E G I O P Q R S V 
All Classes and Interfaces|All Packages|Constant Field Values

B

buildCommonParameters(OpenAPI, RequestMethod, MethodAttributes, Operation, String[], MethodParameter[], DataRestRepository) - Method in class org.springdoc.data.rest.core.DataRestRequestService
Build common parameters.
buildEntityResponse(Operation, HandlerMethod, OpenAPI, RequestMethod, String, MethodAttributes, DataRestRepository, ResourceMetadata) - 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.
buildParameterFromDoc(Parameter, Components, JsonView, Locale) - Method in class org.springdoc.data.rest.core.DataRestRequestService
Build parameter from doc parameter.
buildParameters(OpenAPI, HandlerMethod, RequestMethod, MethodAttributes, Operation, ResourceMetadata, DataRestRepository) - Method in class org.springdoc.data.rest.core.DataRestRequestService
Build parameters.
buildSearchResponse(Operation, HandlerMethod, OpenAPI, MethodResourceMapping, Class<?>, MethodAttributes, ResourceMetadata, DataRestRepository) - 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) - Method in class org.springdoc.data.rest.core.DataRestTagsService
Build search tags.
buildTextUriContent(Content) - Method in class org.springdoc.data.rest.utils.SpringDocDataRestUtils
Build text uri content.

C

ControllerType - Enum in org.springdoc.data.rest.core
The enum Controller type.
customise(OpenAPI, ResourceMappings, PersistentEntities) - Method in class org.springdoc.data.rest.utils.SpringDocDataRestUtils
Customise.
customize(OpenAPI) - Method in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
Customize.
customize(Operation, HandlerMethod) - Method in class org.springdoc.data.rest.customisers.QuerydslPredicateOperationCustomizer
 

D

DataRestHalProvider - Class in org.springdoc.data.rest
The type Data rest hal provider.
DataRestHalProvider(Optional<RepositoryRestConfiguration>, Optional<HateoasProperties>, ObjectMapperProvider) - 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, OperationService) - 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<?>, Locale) - 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, SpringDocDataRestUtils) - 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, SpringDocDataRestUtils) - 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.

E

ENTITY - Enum constant in enum org.springdoc.data.rest.core.ControllerType
Entity controller type.
EntityInfo - Class in org.springdoc.data.rest.utils
The type Entity info.
EntityInfo() - Constructor for class org.springdoc.data.rest.utils.EntityInfo
 

G

GENERAL - Enum constant in enum org.springdoc.data.rest.core.ControllerType
GENERAL controller type.
getAssociationsFields() - Method in class org.springdoc.data.rest.utils.EntityInfo
Gets associations fields.
getBasePathAwareControllerEndpoints() - Method in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
Gets Base Path Aware controller endpoints.
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.
getDomainType() - Method in class org.springdoc.data.rest.utils.EntityInfo
Gets domain type.
getHandlerMethods() - Method in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
Gets handler methods.
getIgnoredFields() - Method in class org.springdoc.data.rest.utils.EntityInfo
Gets ignored fields.
getLocale() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets locale.
getPersistentEntity() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets persistent entity.
getPropertyType() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets property 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.
getReturnType() - Method in class org.springdoc.data.rest.core.DataRestRepository
Gets return type.
getRouterOperations(OpenAPI, Locale) - Method in class org.springdoc.data.rest.SpringRepositoryRestResourceProvider
Gets router operations.

I

init() - Method in class org.springdoc.data.rest.DataRestHalProvider
 
isCollectionLike() - Method in class org.springdoc.data.rest.core.DataRestRepository
Is collection like boolean.
isHalEnabled() - Method in class org.springdoc.data.rest.DataRestHalProvider
 
isMap() - Method in class org.springdoc.data.rest.core.DataRestRepository
Is map boolean.

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
 
org.springdoc.data.rest.utils - package org.springdoc.data.rest.utils
 

P

PROPERTY - Enum constant in enum org.springdoc.data.rest.core.ControllerType
PROPERTY controller type.

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

SCHEMA - Enum constant in enum org.springdoc.data.rest.core.ControllerType
Schema controller type.
SEARCH - Enum constant in enum org.springdoc.data.rest.core.ControllerType
Search controller type.
setAssociationsFields(List<String>) - Method in class org.springdoc.data.rest.utils.EntityInfo
Sets associations fields.
setCollectionLike(boolean) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets collection like.
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.
setDomainType(Class<?>) - Method in class org.springdoc.data.rest.utils.EntityInfo
Sets domain type.
setIgnoredFields(List<String>) - Method in class org.springdoc.data.rest.utils.EntityInfo
Sets ignored fields.
setLocale(Locale) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets locale.
setMap(boolean) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets map.
setPersistentEntity(PersistentEntity) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets persistent entity.
setPropertyType(Class<?>) - Method in class org.springdoc.data.rest.core.DataRestRepository
Sets property 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
 
SpringDocDataRestUtils - Class in org.springdoc.data.rest.utils
The class Spring doc data rest utils.
SpringDocDataRestUtils(LinkRelationProvider, RepositoryRestConfiguration) - Constructor for class org.springdoc.data.rest.utils.SpringDocDataRestUtils
Instantiates a new Spring doc data rest utils.
SpringRepositoryRestResourceProvider - Class in org.springdoc.data.rest
The type Spring repository rest resource provider.
SpringRepositoryRestResourceProvider(ResourceMappings, Repositories, Associations, ApplicationContext, DataRestRouterOperationService, PersistentEntities, ObjectMapper, SpringDocDataRestUtils) - 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 E G I O P Q R S V 
All Classes and Interfaces|All Packages|Constant Field Values