Overload KiwiSort#of factory method with String direction #772
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Add overload of the
of
factory method to allow a string (which must resolve to a validKiwiSort.Direction
in a lenient fashion) toKiwiSort
, e.g.of(String property, String direction)
.It should throw
IllegalArgumentException
if the given direction does not resolve to a validKiwiSort.Direction
.Originally proposed in #707
The text was updated successfully, but these errors were encountered: