Interface RuleParameterTypeFormatter
- All Known Implementing Classes:
DefaultRuleParameterTypeFormatter
public interface RuleParameterTypeFormatter
Implementations for this interface can format a parameter type to other String representation.
-
Method Summary
Modifier and TypeMethodDescriptionformatParameterType(String parameterType) Converts a parameter type to other String representation.
-
Method Details
-
formatParameterType
Converts a parameter type to other String representation.- Parameters:
parameterType- - the parameter type- Returns:
- the new representation for the parameter type
-