Class AbstractPrimitiveAttributeMethod
java.lang.Object
de.hybris.bootstrap.codegenerator.AbstractImportProvider
de.hybris.bootstrap.codegenerator.MethodWriter
de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
de.hybris.bootstrap.codegenerator.jalo.AbstractPrimitiveAttributeMethod
- All Implemented Interfaces:
CodeWriter
- Direct Known Subclasses:
PrimitiveGetter,PrimitiveSetter
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
AbstractAttributeMethodWriter.AttributeMode -
Field Summary
FieldsFields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPrimitiveAttributeMethod(AbstractTypedAttributeMethod realOne, String returnType, String postfix) -
Method Summary
Modifier and TypeMethodDescriptionprotected static Classprotected StringgetPrimitveDefaultValueString(Class primitve) static booleanMethods 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
-
Field Details
-
PRIMITIVE_POSTFIX
- See Also:
-
-
Constructor Details
-
AbstractPrimitiveAttributeMethod
public AbstractPrimitiveAttributeMethod(AbstractTypedAttributeMethod realOne, String returnType, String postfix)
-
-
Method Details
-
isPrimitive
-
getPrimitiveType
-
createNonCtxDelegateMethod
-
getPrimitveDefaultValueString
-
getRealOne
- Returns:
- the realOne
-