Class ResourceMapping
java.lang.Object
org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
- Author:
- Jon Brisbin
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ResourceMapping(@Nullable String rel, @Nullable String path) Deprecated.ResourceMapping(@Nullable String rel, @Nullable String path, boolean exported) Deprecated.ResourceMapping(Class<?> type) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddResourceMappingFor(String name) Deprecated.addResourceMappings(@Nullable Map<String, ResourceMapping> mappings) Deprecated.getNameForPath(String path) Deprecated.@Nullable StringgetPath()Deprecated.@Nullable StringgetRel()Deprecated.@Nullable ResourceMappinggetResourceMappingFor(String name) Deprecated.Deprecated.booleanhasResourceMappingFor(String name) Deprecated.booleanDeprecated.setExported(boolean exported) Deprecated.Deprecated.Deprecated.toString()Deprecated.
-
Constructor Details
-
ResourceMapping
public ResourceMapping()Deprecated. -
ResourceMapping
Deprecated. -
ResourceMapping
Deprecated. -
ResourceMapping
Deprecated.
-
-
Method Details
-
getRel
Deprecated. -
setRel
Deprecated. -
getPath
Deprecated. -
setPath
Deprecated. -
isExported
public boolean isExported()Deprecated. -
setExported
Deprecated. -
addResourceMappings
Deprecated. -
addResourceMappingFor
Deprecated. -
getResourceMappingFor
Deprecated. -
hasResourceMappingFor
Deprecated. -
getResourceMappings
Deprecated. -
getNameForPath
Deprecated. -
toString
Deprecated.
-