Uses of Class
org.apache.juneau.objecttools.SortArgs
Packages that use SortArgs
-
Uses of SortArgs in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools that return SortArgsModifier and TypeMethodDescriptionstatic SortArgs
Static creator.static SortArgs
Static creator.Methods in org.apache.juneau.objecttools with parameters of type SortArgsModifier and TypeMethodDescriptionObjectSorter.run
(BeanSession session, Object input, SortArgs args) -
Uses of SortArgs in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return types with arguments of type SortArgsModifier and TypeMethodDescriptionRequestQueryParams.getSortArgs()
Locates the sort query argument (&o=
) in the query string and returns them as aSortArgs
object.