Interface ChangeInfoParser
- All Known Implementing Classes:
DefaultChangeInfoParser
public interface ChangeInfoParser
A parser that converts
ItemChangeDTO.getInfo() string into a structured format.-
Method Summary
Modifier and TypeMethodDescriptionParses info associated with an item change.
-
Method Details
-
parse
Parses info associated with an item change.- Parameters:
info- a string calculated from theStreamConfigurationModel.getInfoExpression()- Returns:
- an optional containing the structured presentation of the parsed info; or
Optional.empty(), if the info could not be parsed.
-