Class DtoClassGenerator
- java.lang.Object
-
- de.hybris.bootstrap.codegenerator.platformwebservices.AbstractWebservicesClassGenerator
-
- de.hybris.bootstrap.codegenerator.platformwebservices.dto.DtoClassGenerator
-
@Deprecated public class DtoClassGenerator extends AbstractWebservicesClassGenerator
Deprecated.since 1818
-
-
Constructor Summary
Constructors Constructor Description DtoClassGenerator(CodeGenerator gen, WebservicesConfig wsConfig, java.util.Map<YComposedType,java.util.Set<YComposedType>> uniqueInfoMap)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voiddoGenerate(java.io.File wslayerExtGensrcDir, CodeGenerator gen, YExtension ext, YComposedType type)Deprecated.method responsible for generating the resources for typeprotected booleanisGenerable(YComposedType type)Deprecated.protected voidlogStarted()Deprecated.-
Methods inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.AbstractWebservicesClassGenerator
generateClasses, isRegenerateResources, isRootResourceType, setRegenerateResources
-
-
-
-
Constructor Detail
-
DtoClassGenerator
public DtoClassGenerator(CodeGenerator gen, WebservicesConfig wsConfig, java.util.Map<YComposedType,java.util.Set<YComposedType>> uniqueInfoMap)
Deprecated.- Parameters:
gen-
-
-
Method Detail
-
doGenerate
protected void doGenerate(java.io.File wslayerExtGensrcDir, CodeGenerator gen, YExtension ext, YComposedType type)Deprecated.Description copied from class:AbstractWebservicesClassGeneratormethod responsible for generating the resources for type- Specified by:
doGeneratein classAbstractWebservicesClassGenerator
-
isGenerable
protected boolean isGenerable(YComposedType type)
Deprecated.- Specified by:
isGenerablein classAbstractWebservicesClassGenerator- Returns:
- true when for passed type something can be generated
-
logStarted
protected void logStarted()
Deprecated.- Specified by:
logStartedin classAbstractWebservicesClassGenerator
-
-