public class DefaultNutsTokenFilter extends Object implements NutsTokenFilter
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
| Constructor and Description |
|---|
DefaultNutsTokenFilter(String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String substring) |
boolean |
isBlank() |
boolean |
isNull() |
boolean |
like(String pattern) |
boolean |
matches(String pattern) |
protected String expression
public DefaultNutsTokenFilter(String expression)
public boolean isNull()
isNull in interface NutsTokenFilterpublic boolean isBlank()
isBlank in interface NutsTokenFilterpublic boolean like(String pattern)
like in interface NutsTokenFilterpublic boolean matches(String pattern)
matches in interface NutsTokenFilterpublic boolean contains(String substring)
contains in interface NutsTokenFilterCopyright © 2021 vpc open source initiative. All rights reserved.