Interface RuleParameterTypeFormatter

  • All Known Implementing Classes:
    DefaultRuleParameterTypeFormatter

    public interface RuleParameterTypeFormatter
    Implementations for this interface can format a parameter type to other String representation.
    • Method Detail

      • formatParameterType

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