Interface InfoExpressionGenerator
-
- All Known Implementing Classes:
DefaultInfoExpressionGenerator
public interface InfoExpressionGeneratorThe InfoExpressionGenerator generates an infoExpression that represents integrationKey parts for the provided item type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateInfoExpression(TypeDescriptor itemType)Generates an infoExpression String from the providedTypeDescriptorand item type.
-
-
-
Method Detail
-
generateInfoExpression
java.lang.String generateInfoExpression(TypeDescriptor itemType)
Generates an infoExpression String from the providedTypeDescriptorand item type.- Parameters:
itemType- - item type, for which the info expression should be generated. Ifnull, then default info expression for the implementation should be returned.- Returns:
- a String representing the generated infoExpression
-
-