| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainingMatcher
This class will look for a substring in the passed string value by converting both the needle and
the haystack to lower case.
|
class |
EndingWithMatcher
This class is used to find out if the given value ends with the passed argument.
|
class |
IsLikeMatcher
This matcher checks to see if the two values are the same, barring case differences.
|
class |
IsNotLikeMatcher
This matcher will return true if the argument passed is not equal to the value on the object, even
when their case differences are ignored.
|
class |
RegexMatcher
This matcher will determine if the value on the object (a string) matches the pattern being passed.
|
class |
StartingWithMatcher
This class is used to find out if the given value starts with the passed argument.
|
Copyright © 2014–2016. All rights reserved.