Package com.netflix.suro.routing.filter

Examples of com.netflix.suro.routing.filter.RegexValuePredicate


  public MessageFilter translate() {
    String xpath = getXPath(getChild(0));
     
    StringTreeNode valueNode = (StringTreeNode)getChild(1);

        return new PathValueMessageFilter(xpath, new RegexValuePredicate(valueNode.getValue(), RegexValuePredicate.MatchPolicy.PARTIAL));

    }
View Full Code Here

TOP

Related Classes of com.netflix.suro.routing.filter.RegexValuePredicate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.