Interface ISnippetContext<T>

    • Method Detail

      • isMatch

        boolean isMatch​(T value,
                        Map<String,​String> model)
        Return true if the given value match the snippet context and false otherwise.
        Parameters:
        value - the value to check.
        Returns:
        true if the given value match the snippet context and false otherwise.