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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfindExported(Class<?> type) Deprecated.static booleanfindExported(Method method) Deprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static @Nullable StringformatRel(RepositoryRestConfiguration config, RepositoryInformation repoInfo, @Nullable PersistentProperty<?> persistentProperty) Deprecated.static @Nullable ResourceMappinggetResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable PersistentEntity<?, ?> persistentEntity) Deprecated.static @Nullable ResourceMappinggetResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable RepositoryInformation repoInfo) Deprecated.static ResourceMappingmerge(Class<?> type, @Nullable ResourceMapping mapping) Deprecated.static ResourceMappingmerge(Method method, @Nullable ResourceMapping mapping) Deprecated.
-
Constructor Details
-
ResourceMappingUtils
protected ResourceMappingUtils()Deprecated.
-
-
Method Details
-
findRel
-
findRel
-
formatRel
public static @Nullable String formatRel(RepositoryRestConfiguration config, RepositoryInformation repoInfo, @Nullable PersistentProperty<?> persistentProperty) Deprecated. -
findPath
-
findPath
-
findExported
Deprecated. -
findExported
Deprecated. -
getResourceMapping
public static @Nullable ResourceMapping getResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable RepositoryInformation repoInfo) Deprecated. -
getResourceMapping
public static @Nullable ResourceMapping getResourceMapping(@Nullable RepositoryRestConfiguration config, @Nullable PersistentEntity<?, ?> persistentEntity) Deprecated. -
merge
Deprecated. -
merge
Deprecated.
-