Converter that takes an encoded string representation and produces a
corresponding TransitionCriteria object.
This converter supports the following encoded forms:
"*" - will result in a TransitionCriteria object that matches on
everything ( WildcardTransitionCriteria )
"eventId" - will result in a TransitionCriteria object that matches
given event id ( EventIdTransitionCriteria )
"${...}" - will result in a TransitionCriteria object that evaluates
given condition, expressed as an expression ( BooleanExpressionTransitionCriteria )
"bean:<id>" - will result in usage of a custom TransitionCriteria
bean implementation.
TransitionCriteriaobject.This converter supports the following encoded forms: