Uses of Enum Class
org.kiwiproject.spring.data.KiwiSort.Direction
Packages that use KiwiSort.Direction
-
Uses of KiwiSort.Direction in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiSort.DirectionModifier and TypeMethodDescriptionstatic KiwiSort.DirectionKiwiSort.Direction.fromString(String value) Converts the given value to aKiwiSort.Directionin a case-insensitive manner and ignoring leading and trailing whitespace.KiwiSort.getDirectionObject()static KiwiSort.DirectionReturns the enum constant of this class with the specified name.static KiwiSort.Direction[]KiwiSort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.spring.data with parameters of type KiwiSort.DirectionModifier and TypeMethodDescriptionstatic KiwiSortKiwiSort.of(String property, KiwiSort.Direction direction) Create a new instance.voidKiwiSort.setDirectionObject(KiwiSort.Direction directionObject)