Class PrimitiveGetter
- java.lang.Object
-
- All Implemented Interfaces:
CodeWriter
public class PrimitiveGetter extends AbstractPrimitiveAttributeMethod
-
-
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.AbstractPrimitiveAttributeMethod
PRIMITIVE_POSTFIX
-
Fields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED
-
-
Constructor Summary
Constructors Constructor Description PrimitiveGetter(TypedGetter realOne)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodWritercreateNonCtxDelegateMethod()protected voidwriteContent(JavaFile file)-
Methods inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractPrimitiveAttributeMethod
getPrimitiveType, getPrimitveDefaultValueString, getRealOne, isPrimitive
-
Methods inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
getAttribute, getConstantsClassNameShort, getEnclosingClass, isInitialOnly, managerMode
-
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, writeTextToFile
-
Methods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
-
-
-
Constructor Detail
-
PrimitiveGetter
public PrimitiveGetter(TypedGetter realOne)
-
-
Method Detail
-
createNonCtxDelegateMethod
public MethodWriter createNonCtxDelegateMethod()
- Overrides:
createNonCtxDelegateMethodin classAbstractPrimitiveAttributeMethod
-
writeContent
protected void writeContent(JavaFile file)
- Overrides:
writeContentin classMethodWriter
-
-