Uses of Class
org.springdoc.data.rest.utils.SpringDocDataRestUtils
-
Packages that use SpringDocDataRestUtils Package Description org.springdoc.data.rest org.springdoc.data.rest.core -
-
Uses of SpringDocDataRestUtils in org.springdoc.data.rest
Constructors in org.springdoc.data.rest with parameters of type SpringDocDataRestUtils Constructor 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.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. -
Uses of SpringDocDataRestUtils in org.springdoc.data.rest.core
Constructors in org.springdoc.data.rest.core with parameters of type SpringDocDataRestUtils Constructor Description DataRestRequestService(org.springframework.core.LocalVariableTableParameterNameDiscoverer localSpringDocParameterNameDiscoverer, org.springdoc.core.GenericParameterService parameterBuilder, org.springdoc.core.RequestBodyService requestBodyService, org.springdoc.core.AbstractRequestService requestBuilder, SpringDocDataRestUtils springDocDataRestUtils)
Instantiates a new Data rest request builder.DataRestResponseService(org.springdoc.core.GenericResponseService genericResponseService, SpringDocDataRestUtils springDocDataRestUtils)
Instantiates a new Data rest response builder.
-