| Modifier and Type | Method and Description |
|---|---|
DtoConfig |
ResourceConfig.getDTOConfig()
Returns the
DtoConfig of the entity which this resource is used for. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDtoConfig
Provides any information needed for dto generation.
|
class |
CollectionDtoConfig
Provides any information needed for collection-dto generation.
|
class |
SingleDtoConfig |
| Modifier and Type | Method and Description |
|---|---|
DtoConfig |
CollectionDtoConfig.getCollectionElementConfig() |
DtoConfig |
AbstractDtoWriter.getDtoConfig()
Returns the
DtoConfig which is used for specific generation information. |
DtoConfig |
SingleDtoConfig.getParentConfig() |
| Constructor and Description |
|---|
AbstractDtoWriter(WebservicesConfig wsConfig,
DtoConfig cfg,
CodeGenerator gen,
YExtension ext) |
CollectionDtoWriter(WebservicesConfig wsConfig,
DtoConfig cfg,
CodeGenerator gen,
YExtension ext)
for type Language will generate DTO class like
|
SingleDtoWriter(WebservicesConfig wsConfig,
DtoConfig cfg,
CodeGenerator gen,
YExtension ext,
java.util.Map<YComposedType,java.util.Set<YComposedType>> uniqueInfoMap) |
| Modifier and Type | Method and Description |
|---|---|
DtoConfig |
AbstractResourceConfig.getDTOConfig() |
| Constructor and Description |
|---|
AbstractResourceConfig(DtoConfig dtoConfig,
java.lang.String resourcePackage,
WebservicesConfig provider) |
SingleResourceConfig(DtoConfig dtoConfig,
java.lang.String resourcePackage,
WebservicesConfig provider) |
Copyright © 2018 SAP SE. All Rights Reserved.