Class IntegrationKeyExpressionGenerator
- java.lang.Object
-
- de.hybris.platform.outboundsync.job.impl.info.IntegrationKeyExpressionGenerator
-
- All Implemented Interfaces:
ExpressionGenerator
public class IntegrationKeyExpressionGenerator extends java.lang.Object implements ExpressionGenerator
Generates SpEL expression for deriving an item model integration key.
-
-
Constructor Summary
Constructors Constructor Description IntegrationKeyExpressionGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenerateExpression(TypeDescriptor itemType)Generates an expression
-
-
-
Method Detail
-
generateExpression
public java.lang.String generateExpression(TypeDescriptor itemType)
Generates an expression- Specified by:
generateExpressionin interfaceExpressionGenerator- Parameters:
itemType- an item type to generate an expression for.- Returns:
- a SpEL expression to calculate an
ItemModelintegration key based on theitemTypeprovided; ornull, if theitemTypeisnullor theitemTypehas no key attributes.
-
-