Class ResourceClassGenerator
java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.AbstractWebservicesClassGenerator
de.hybris.bootstrap.codegenerator.platformwebservices.resource.ResourceClassGenerator
@Deprecated(since="1818",
forRemoval=true)
public class ResourceClassGenerator
extends AbstractWebservicesClassGenerator
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
-
Constructor Summary
ConstructorsConstructorDescriptionResourceClassGenerator(CodeGenerator gen, WebservicesConfig wsCfgProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGenerate(File wslayerExtGensrcDir, CodeGenerator gen, YExtension ext, YComposedType type) Deprecated, for removal: This API element is subject to removal in a future version.method responsible for generating the resources for typeprotected booleanisGenerable(YComposedType type) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.AbstractWebservicesClassGenerator
generateClasses, isRegenerateResources, isRootResourceType, setRegenerateResources
-
Constructor Details
-
ResourceClassGenerator
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
gen-
-
-
Method Details
-
doGenerate
protected void doGenerate(File wslayerExtGensrcDir, CodeGenerator gen, YExtension ext, YComposedType type) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractWebservicesClassGeneratormethod responsible for generating the resources for type- Specified by:
doGeneratein classAbstractWebservicesClassGenerator
-
isGenerable
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isGenerablein classAbstractWebservicesClassGenerator- Returns:
- true when for passed type something can be generated
-
logStarted
protected void logStarted()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
logStartedin classAbstractWebservicesClassGenerator
-