Interface ErrorMessageProvider

    • Method Detail

      • apply

        String apply​(ValueContext context)
        Returns a generated error message for given ValueContext.
        Specified by:
        apply in interface Function<ValueContext,​String>
        Parameters:
        context - the value context
        Returns:
        generated error message