Interface RuleParameterTypeFormatter
-
- All Known Implementing Classes:
DefaultRuleParameterTypeFormatter
public interface RuleParameterTypeFormatterImplementations for this interface can format a parameter type to other String representation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringformatParameterType(java.lang.String parameterType)Converts a parameter type to other String representation.
-