Uses of Interface
de.hybris.bootstrap.codegenerator.platformwebservices.ResourceConfig
Packages that use ResourceConfig
Package
Description
-
Uses of ResourceConfig in de.hybris.bootstrap.codegenerator.platformwebservices
Methods in de.hybris.bootstrap.codegenerator.platformwebservices that return ResourceConfigModifier and TypeMethodDescriptionWebservicesConfig.getResourceConfig(YType yType) Deprecated, for removal: This API element is subject to removal in a future version.Returns aResourceConfigfor passed type.Methods in de.hybris.bootstrap.codegenerator.platformwebservices that return types with arguments of type ResourceConfigModifier and TypeMethodDescriptionResourceConfig.getSubResources()Deprecated, for removal: This API element is subject to removal in a future version.Returns all available subresources. -
Uses of ResourceConfig in de.hybris.bootstrap.codegenerator.platformwebservices.resource
Classes in de.hybris.bootstrap.codegenerator.platformwebservices.resource that implement ResourceConfigModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 1818classDeprecated, for removal: This API element is subject to removal in a future version.since 1818classDeprecated, for removal: This API element is subject to removal in a future version.since 1818Fields in de.hybris.bootstrap.codegenerator.platformwebservices.resource with type parameters of type ResourceConfigModifier and TypeFieldDescriptionprotected Collection<ResourceConfig>SingleResourceConfig.subresourcesDeprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource that return ResourceConfigModifier and TypeMethodDescriptionprotected ResourceConfigAbstractResourceWriter.getResourceConfig()Deprecated, for removal: This API element is subject to removal in a future version.Returns theResourceConfigwhich is used for specific generation information.Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource that return types with arguments of type ResourceConfigModifier and TypeMethodDescriptionabstract Collection<ResourceConfig>AbstractResourceConfig.getSubResources()Deprecated, for removal: This API element is subject to removal in a future version.CollectionResourceConfig.getSubResources()Deprecated, for removal: This API element is subject to removal in a future version.SingleResourceConfig.getSubResources()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.bootstrap.codegenerator.platformwebservices.resource with parameters of type ResourceConfigModifier and TypeMethodDescriptionprotected MethodWriterAbstractResourceWriter.createSubResourceMethodWriter(ResourceConfig subResourceCfg, boolean isSingleResource) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.bootstrap.codegenerator.platformwebservices.resource with parameters of type ResourceConfigModifierConstructorDescriptionprotectedAbstractResourceWriter(ResourceConfig cfg, CodeGenerator gen, YExtension ext) Deprecated, for removal: This API element is subject to removal in a future version.CollectionResourceWriter(CodeGenerator gen, YExtension ext, ResourceConfig cfg) Deprecated, for removal: This API element is subject to removal in a future version.Generates resource for access list of base resources defined as @param typeSingleResourceWriter(CodeGenerator gen, YExtension ext, ResourceConfig cfg) Deprecated, for removal: This API element is subject to removal in a future version.