Class StringWildcardExpression

    • Constructor Detail

      • StringWildcardExpression

        public StringWildcardExpression​(String metadata,
                                        String value,
                                        ExpressionContext context)
        Deprecated.
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name.
        value - the String value.
        context - the expression context
    • Method Detail

      • build

        public String build()
        Deprecated.
        Description copied from interface: Expression
        Build the expression.
        Specified by:
        build in interface Expression
        Returns:
        The XPath view of the expression.