public class DefaultNutsTokenFilter extends Object implements net.thevpc.nuts.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 net.thevpc.nuts.NutsTokenFilterpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.NutsTokenFilterpublic boolean like(String pattern)
like in interface net.thevpc.nuts.NutsTokenFilterpublic boolean matches(String pattern)
matches in interface net.thevpc.nuts.NutsTokenFilterpublic boolean contains(String substring)
contains in interface net.thevpc.nuts.NutsTokenFilterCopyright © 2021 vpc open source initiative. All rights reserved.