Class ResourceMapping
java.lang.Object
org.springframework.data.rest.core.config.ResourceMapping
Deprecated.
- Author:
- Jon Brisbin
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ResourceMapping(Class<?> type) Deprecated.ResourceMapping(String rel, String path) Deprecated.ResourceMapping(String rel, String path, boolean exported) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionaddResourceMappingFor(String name) Deprecated.addResourceMappings(Map<String, ResourceMapping> mappings) Deprecated.getNameForPath(String path) Deprecated.getPath()Deprecated.getRel()Deprecated.getResourceMappingFor(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.
-