Uses of Class
org.kiwiproject.spring.data.KiwiSort.Direction
-
Packages that use KiwiSort.Direction Package Description org.kiwiproject.spring.data -
-
Uses of KiwiSort.Direction in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiSort.Direction Modifier and Type Method Description static KiwiSort.DirectionKiwiSort.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static KiwiSort.Direction[]KiwiSort.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.spring.data with parameters of type KiwiSort.Direction Modifier and Type Method Description static KiwiSortKiwiSort. of(String property, KiwiSort.Direction direction)Create a new instance.
-