Class 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 Detail

      • CollectionDtoConfig

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

      • getCollectionElementConfig

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