Class ResourceMappingUtils
java.lang.Object
org.springframework.data.rest.core.support.ResourceMappingUtils
Deprecated.
for removal in 3.5
Helper methods to get the default rel and path values or to use values supplied by annotations.
- Author:
- Jon Brisbin, Florent Biville, Oliver Gierke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
findExported
(Class<?> type) Deprecated.static boolean
findExported
(Method method) Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static String
formatRel
(RepositoryRestConfiguration config, RepositoryInformation repoInfo, PersistentProperty<?> persistentProperty) Deprecated.static ResourceMapping
getResourceMapping
(RepositoryRestConfiguration config, PersistentEntity<?, ?> persistentEntity) Deprecated.static ResourceMapping
getResourceMapping
(RepositoryRestConfiguration config, RepositoryInformation repoInfo) Deprecated.static ResourceMapping
merge
(Class<?> type, ResourceMapping mapping) Deprecated.static ResourceMapping
merge
(Method method, ResourceMapping mapping) Deprecated.
-
Constructor Details
-
ResourceMappingUtils
protected ResourceMappingUtils()Deprecated.
-
-
Method Details
-
findRel
Deprecated. -
findRel
Deprecated. -
formatRel
public static String formatRel(RepositoryRestConfiguration config, RepositoryInformation repoInfo, PersistentProperty<?> persistentProperty) Deprecated. -
findPath
Deprecated. -
findPath
Deprecated. -
findExported
Deprecated. -
findExported
Deprecated. -
getResourceMapping
public static ResourceMapping getResourceMapping(RepositoryRestConfiguration config, RepositoryInformation repoInfo) Deprecated. -
getResourceMapping
public static ResourceMapping getResourceMapping(RepositoryRestConfiguration config, PersistentEntity<?, ?> persistentEntity) Deprecated. -
merge
Deprecated. -
merge
Deprecated.
-