Class AbstractTypedAttributeMethod
java.lang.Object
de.hybris.bootstrap.codegenerator.AbstractImportProvider
de.hybris.bootstrap.codegenerator.MethodWriter
de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
de.hybris.bootstrap.codegenerator.jalo.AbstractTypedAttributeMethod
- All Implemented Interfaces:
CodeWriter
- Direct Known Subclasses:
AddToRelation,LocalizedAllGetter,LocalizedAllSetter,RemoveFromRelation,TypedGetter,TypedSetter
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
AbstractAttributeMethodWriter.AttributeMode -
Field Summary
Fields inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
PRIMITIVE_POSTFIXFields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED -
Constructor Summary
ConstructorsConstructorDescriptionAbstractTypedAttributeMethod(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String prefix, boolean managerMode) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringcalculateReturnType(ClassWriter forClass, YAttributeDescriptor desc) protected StringMethods inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
getAttribute, getConstantsClassNameShort, getEnclosingClass, isInitialOnly, managerModeMethods 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, writeTextToFileMethods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
Constructor Details
-
AbstractTypedAttributeMethod
public AbstractTypedAttributeMethod(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String prefix, boolean managerMode)
-
-
Method Details
-
calculateReturnType
-
createNonCtxDelegateMethod
-
getQualifierConstant
-