Interface Format

    • Method Detail

      • getName

        String getName()
        Returns:
        the format name as referred to in a json schema format node.
      • matches

        boolean matches​(ExecutionContext executionContext,
                        String value)
        Determines if the value matches the format.
        Parameters:
        executionContext - the execution context
        value - to match
        Returns:
        true if matches
      • getErrorMessageDescription

        String getErrorMessageDescription()