Interface and Description |
---|
io.crnk.core.engine.error.JsonApiExceptionMapper
use
ExceptionMapper instead which supports crnk-client as well. |
io.crnk.legacy.locator.JsonServiceLocator
make use of ServiceDiscovery and ServiceDiscoveryFactory
|
io.crnk.legacy.repository.LinksRepository
Make use of LinksRepositoryV2 or ResourceList
|
io.crnk.legacy.repository.MetaRepository
Make use of MetaRepositoryV2 or ResourceList
|
io.crnk.legacy.queryParams.QueryParamsConverter
no longer needed in the future
|
io.crnk.legacy.queryParams.QueryParamsParser
make use of QuerySpec
|
io.crnk.legacy.queryParams.context.QueryParamsParserContext
make use of QuerySpec
|
io.crnk.legacy.queryParams.QueryParamsSerializer
make use of QuerySpec
|
io.crnk.core.queryspec.QuerySpecConverter
no longer needed in the future
|
io.crnk.legacy.repository.RelationshipRepository
Make use of RelationshipRepositoryV2
|
io.crnk.legacy.repository.ResourceRepository
Make use of ResourceRepositoryV2
|
Class and Description |
---|
io.crnk.legacy.queryParams.context.AbstractQueryParamsParserContext
make use of QuerySpec
|
io.crnk.core.module.CoreModule
obsoleted by CrnkBoot
|
io.crnk.legacy.queryParams.DefaultQueryParamsParser
make use of QuerySpec
|
io.crnk.legacy.queryParams.DefaultQueryParamsSerializer
make use of QuerySpec
|
io.crnk.core.engine.properties.EmptyPropertiesProvider |
io.crnk.legacy.queryParams.JsonApiQueryParamsParser
make use of QuerySpec
|
io.crnk.legacy.queryParams.QueryParams
make use of QuerySpec
|
io.crnk.legacy.queryParams.QueryParamsBuilder
make use of QuerySpec
|
io.crnk.legacy.registry.ResourceRegistryBuilder
make use of
CrnkBoot |
io.crnk.legacy.locator.SampleJsonServiceLocator
make use of ServiceDiscovery and ServiceDiscoveryFactory
|
io.crnk.legacy.queryParams.context.SimpleQueryParamsParserContext
make use of QuerySpec
|
Enum and Description |
---|
io.crnk.legacy.queryParams.RestrictedPaginationKeys
make use of QuerySpec
|
io.crnk.legacy.queryParams.RestrictedSortingValues
make use of QuerySpec
|
Constructor and Description |
---|
io.crnk.core.engine.document.ErrorData(String, String, String, String, String, String, String, String, Map<String, Object>)
make use of
ErrorDataBuilder |