java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.dto.AbstractDtoConfig
de.hybris.bootstrap.codegenerator.platformwebservices.dto.CollectionDtoConfig
All Implemented Interfaces:
DtoConfig

@Deprecated(since="1818", forRemoval=true) public class CollectionDtoConfig extends AbstractDtoConfig
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
Provides any information needed for collection-dto generation.
  • Constructor Details

    • CollectionDtoConfig

      public CollectionDtoConfig(YComposedType type, String modelClassName, String dtoClassName, String plural, WebservicesConfig provider)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      type -
      modelClassName -
      provider -
  • Method Details

    • getCollectionElementConfig

      public DtoConfig getCollectionElementConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.