Class UniqueSubResourceResolver
java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.resource.UniqueSubResourceResolver
- All Implemented Interfaces:
SubResourceResolver
@Deprecated(since="1818",
forRemoval=true)
public class UniqueSubResourceResolver
extends Object
implements SubResourceResolver
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetAllSubResources(YComposedType startType, WebservicesConfig provider) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUniqueInfoMap(Map<YComposedType, Set<YComposedType>> uniqueInfoMap) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
UniqueSubResourceResolver
public UniqueSubResourceResolver()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setUniqueInfoMap
Deprecated, for removal: This API element is subject to removal in a future version. -
getAllSubResources
public Map<? extends YType,String> getAllSubResources(YComposedType startType, WebservicesConfig provider) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAllSubResourcesin interfaceSubResourceResolver- Parameters:
startType- type related to resource as entry point to look up for a sub resources- Returns:
- the map of sub resources for specified root resource where
Map.Entrykey is the type of sub resource , and the value is the literal for qualifier for accessing it e.g for Language there might be entry like {ComposedTypeResource,"itemType"}
-