Uses of Class
org.apache.juneau.objecttools.SortArgs
Packages that use SortArgs
- 
Uses of SortArgs in org.apache.juneau.objecttoolsMethods in org.apache.juneau.objecttools that return SortArgsModifier and TypeMethodDescriptionstatic SortArgsStatic creator.static SortArgsStatic 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.httppartMethods 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 aSortArgsobject.