Interface SubResourceResolver
-
- All Known Implementing Classes:
UniqueSubResourceResolver
@Deprecated(since="1818", forRemoval=true) public interface SubResourceResolverDeprecated, for removal: This API element is subject to removal in a future version.since 1818interface to implement get sub resources for specified type HOR-435
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<? extends YType,java.lang.String>getAllSubResources(YComposedType startType, WebservicesConfig provider)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getAllSubResources
java.util.Map<? extends YType,java.lang.String> getAllSubResources(YComposedType startType, WebservicesConfig provider)
Deprecated, for removal: This API element is subject to removal in a future version.- 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"}
-
-