Java org.springframework.data.rest.core.config RepositoryRestConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.core.config RepositoryRestConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.core.config RepositoryRestConfiguration.

The text is from its open source code.

Field

Constructor

Method

URIgetBaseUri()
The base URI against which the exporter should calculate its links.
RepositoryRestConfigurationsetBasePath(String basePath)
Configures the base path to be used by Spring Data REST to expose repository resources.
RepositoryRestConfigurationsetDefaultPageSize(int defaultPageSize)
Set the default size of org.springframework.data.domain.Pageable s.
RepositoryRestConfigurationsetLimitParamName(String limitParamName)
Set the name of the URL query string parameter that indicates how many results to return at once.
RepositoryRestConfigurationsetMaxPageSize(int maxPageSize)
Set the maximum size of pages.
RepositoryRestConfigurationsetPageParamName(String pageParamName)
Set the name of the URL query string parameter that indicates what page to return.
ResourceMappingsetResourceMappingForDomainType(Class domainType)
Start configuration a ResourceMapping for a specific domain type.
ResourceMappingsetResourceMappingForRepository(Class repositoryInterface)
Start configuration a ResourceMapping for a specific repository interface.
RepositoryRestConfigurationsetReturnBodyOnCreate(Boolean returnBody)
Set whether to return a response body after creating an entity.
RepositoryRestConfigurationsetReturnBodyOnUpdate(Boolean returnBodyOnUpdate)
Set whether to return a response body after updating an entity.
RepositoryRestConfigurationsetSortParamName(String sortParamName)
Set the name of the URL query string parameter that indicates what direction to sort results.
EntityLookupRegistrarwithEntityLookup()
Returns the EntityLookupRegistrar to create custom EntityLookup instances registered in the configuration.