Class AttributeMethodDelegate
- java.lang.Object
-
- de.hybris.bootstrap.codegenerator.AbstractImportProvider
-
- de.hybris.bootstrap.codegenerator.MethodWriter
-
- de.hybris.bootstrap.codegenerator.jalo.AttributeMethodDelegate
-
- All Implemented Interfaces:
CodeWriter
public class AttributeMethodDelegate extends MethodWriter
-
-
Field Summary
-
Fields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED
-
-
Constructor Summary
Constructors Constructor Description AttributeMethodDelegate(AbstractAttributeMethodWriter target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAttributeMethodWritergetTarget()-
Methods inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
addAnnotation, addComment, addDeprecatedAnnotation, addParameter, addThrownException, analyzeAndStripReturnType, assembleSignature, assembleThrowsClause, extractClassNames, getAnnotations, getContent, getJavadoc, getModifiers, getName, getParameterType, getRequiredImports, getReturnType, getSignature, getThrownExceptions, getVisibility, isAbstract, isConstructor, modifiersToString, setAbstract, setConstructor, setContent, setContentPlain, setJavadoc, setModifiers, setReturnType, setVisibility, stripPackageName, write, writeContent, writeTextToFile
-
Methods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
-
-
-
Constructor Detail
-
AttributeMethodDelegate
public AttributeMethodDelegate(AbstractAttributeMethodWriter target)
-
-
Method Detail
-
getTarget
public AbstractAttributeMethodWriter getTarget()
-
-