Package org.jitterbit.integration.client.entity.search

Examples of org.jitterbit.integration.client.entity.search.StringSearcher


    public Predicate<IntegrationEntity> getSearcher(SearchOptions options) {
        if (!isEnabled()) {
            return SearchFieldUtils.ALL;
        }
        Predicate<String> matcher = getPredicate(options);
        return new StringSearcher(property, matcher);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.entity.search.StringSearcher

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.