|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.MatchOptions
public class MatchOptions
Except when MatchExactly, the lexical matching is done (by comparing string representations of the value with the query). This is by default case insensitive, unless MatchCaseSensitive is enabled.
| Nested Class Summary | |
|---|---|
static class |
MatchOptions.MatchFlag
Match flag enum. |
static class |
MatchOptions.MatchType
Match type enumeration. |
| Field Summary | |
|---|---|
static MatchOptions |
defaultMatchOptions
The default match options, MatchStartsWith and MatchWrap. |
| Constructor Summary | |
|---|---|
MatchOptions(MatchOptions.MatchType type)
Constructor. |
|
MatchOptions(MatchOptions.MatchType type,
MatchOptions.MatchFlag flag)
Constructor. |
|
MatchOptions(MatchOptions.MatchType type,
MatchOptions.MatchFlag flag,
MatchOptions.MatchFlag flag2)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.EnumSet<MatchOptions.MatchFlag> |
getFlags()
Return the flags. |
MatchOptions.MatchType |
getType()
Return the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static MatchOptions defaultMatchOptions
| Constructor Detail |
|---|
public MatchOptions(MatchOptions.MatchType type)
public MatchOptions(MatchOptions.MatchType type,
MatchOptions.MatchFlag flag)
public MatchOptions(MatchOptions.MatchType type,
MatchOptions.MatchFlag flag,
MatchOptions.MatchFlag flag2)
| Method Detail |
|---|
public MatchOptions.MatchType getType()
public java.util.EnumSet<MatchOptions.MatchFlag> getFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||