public class BeanInExpression extends BeanCriteriasExpression
criterias, ignoreCasename| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
BeanInExpression(String name,
Object... criterias)
コンストラクタです。
|
protected |
BeanInExpression(String name,
String... criterias)
コンストラクタです。
|
protected |
BeanInExpression(String name,
String[] criterias,
boolean ignoreCase)
コンストラクタです。
|
protected BeanInExpression(String name, Object... criterias)
name - フィールド名criterias - 判定基準値群IllegalArgumentException - パラメータが null の場合protected BeanInExpression(String name, String... criterias)
name - フィールド名criterias - 判定基準値群IllegalArgumentException - パラメータが null の場合protected BeanInExpression(String name, String[] criterias, boolean ignoreCase)
name - フィールド名criterias - 判定基準値群ignoreCase - 大文字と小文字を区別するかどうかIllegalArgumentException - パラメータが null の場合public boolean accept(Object bean) throws IOException
BeanFilterbean - Java プログラム要素bean が含まれる必要がある場合は trueIOExceptionCopyright © 2009–2014 OrangeSignal.com. All rights reserved.