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 Type
    Method
    Description
    formatParameterType(String parameterType)
    Converts a parameter type to other String representation.
  • Method Details

    • formatParameterType

      String formatParameterType(String parameterType)
      Converts a parameter type to other String representation.
      Parameters:
      parameterType - - the parameter type
      Returns:
      the new representation for the parameter type