JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.ebean.core
io.ebeaninternal.server.el
ElMatcher
Contents
Description
Method Summary
Method Details
isMatch(T)
Hide sidebar
Show sidebar
Interface ElMatcher<
T
>
public interface
ElMatcher<T>
Interface for defining matches for filter expressions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isMatch
(
T
bean)
Return true if the bean matches the expression.
Method Details
isMatch
boolean
isMatch
(
T
bean)
Return true if the bean matches the expression.