Class CollectionDtoConfig
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.
-
Field Summary
Fields inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.dto.AbstractDtoConfig
provider -
Constructor Summary
ConstructorsConstructorDescriptionCollectionDtoConfig(YComposedType type, String modelClassName, String dtoClassName, String plural, WebservicesConfig provider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.dto.AbstractDtoConfig
getConfigProvider, getDtoClassName, getDtoClassSimpleName, getDtoPackage, getModelClassName, getModelClassSimpleName, getPlural, getSingular, getType, setDtoClassName, setDtoPackage, setModelClassName, setPlural, setSingular, setType
-
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
Deprecated, for removal: This API element is subject to removal in a future version.
-