Class AbstractDtoWriter
java.lang.Object
de.hybris.bootstrap.codegenerator.AbstractImportProvider
de.hybris.bootstrap.codegenerator.ClassWriter
de.hybris.bootstrap.codegenerator.platformwebservices.dto.AbstractDtoWriter
- All Implemented Interfaces:
CodeWriter
- Direct Known Subclasses:
CollectionDtoWriter,SingleDtoWriter
@Deprecated(since="1818",
forRemoval=true)
public abstract class AbstractDtoWriter
extends ClassWriter
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
Abstract
ClassWriter which covers general dto specific operations.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WebservicesConfigDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class de.hybris.bootstrap.codegenerator.ClassWriter
GENERATED_NOTICE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDtoWriter(WebservicesConfig wsConfig, DtoConfig cfg, CodeGenerator gen, YExtension ext) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected MethodWriterDeprecated, for removal: This API element is subject to removal in a future version.protected voidfill()Deprecated, for removal: This API element is subject to removal in a future version.protected Collection<MethodWriter>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the simple class name of the dto which shall be generated.protected Collection<MethodWriter>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns theDtoConfigwhich is used for specific generation information.Methods inherited from class de.hybris.bootstrap.codegenerator.ClassWriter
addAnnotation, addAnnotationIfDeprecated, addAnnotations, addConstantDeclaration, addConstantDeclaration, addConstructor, addDeclaration, addDeclaration, addDeclaration, addInterface, addMethod, assembleAbstractClassName, assembleClassName, containsAnnotation, firstLetterUpperCase, getAnnotations, getClassToExtend, getConstantDeclarations, getConstructors, getCopyright, getDeclarations, getExtension, getGenerator, getInfo, getInterfaces, getJavadoc, getMethods, getModifiers, getPackageName, getRequiredImports, getVisibility, isGeneratePartOf, processAnnotations, removeSelfImport, setClassToExtend, setCopyright, setJavadoc, setModifiers, setPackageName, setVisibility, sortMethods, write, writeMethods, writeSignatureMethods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
Field Details
-
XML_ROOTELEMENT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
XML_ATTRIBUTE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
XML_ELEMENT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
XML_ELEMENTWRAPPER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
wsConfig
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractDtoWriter
protected AbstractDtoWriter(WebservicesConfig wsConfig, DtoConfig cfg, CodeGenerator gen, YExtension ext) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDtoConfig
Deprecated, for removal: This API element is subject to removal in a future version.Returns theDtoConfigwhich is used for specific generation information.- Returns:
DtoConfig
-
getClassName
Deprecated, for removal: This API element is subject to removal in a future version.Returns the simple class name of the dto which shall be generated.- Overrides:
getClassNamein classClassWriter- Returns:
- dto class name
- See Also:
-
fill
protected void fill()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
fillin classClassWriter
-
getConstructorMethodWriters
Deprecated, for removal: This API element is subject to removal in a future version. -
getBeanMethodWriters
Deprecated, for removal: This API element is subject to removal in a future version. -
createDefaultConstructorMethodWriter
Deprecated, for removal: This API element is subject to removal in a future version.
-