Class UniqueSubResourceResolver

    • Constructor Detail

      • UniqueSubResourceResolver

        public UniqueSubResourceResolver()
        Deprecated.
    • Method Detail

      • setUniqueInfoMap

        public void setUniqueInfoMap​(java.util.Map<YComposedType,​java.util.Set<YComposedType>> uniqueInfoMap)
        Deprecated.
      • getAllSubResources

        public java.util.Map<? extends YType,​java.lang.String> getAllSubResources​(YComposedType startType,
                                                                                        WebservicesConfig provider)
        Deprecated.
        Specified by:
        getAllSubResources in interface SubResourceResolver
        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.Entry key 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"}