All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avaje.ebeaninternal.server.el.ElMatcher Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
package com.avaje.ebeaninternal.server.el;

/**
 * Interface for defining matches for filter expressions.
 */
public interface ElMatcher {

  /**
   * Return true if the bean matches the expression.
   */
  boolean isMatch(T bean);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy