Uses of Class
com.github.silent.samurai.speedy.api.client.SpeedyQuery
Packages that use SpeedyQuery
Package
Description
-
Uses of SpeedyQuery in com.github.silent.samurai.speedy.api.client
Methods in com.github.silent.samurai.speedy.api.client that return SpeedyQueryModifier and TypeMethodDescriptionstatic SpeedyQuerySpeedyQuery.from()static SpeedyQuerySpeedyQuery.fromEntity(@NotNull String from) SpeedyQuery.orderByAsc(@NotNull String key) SpeedyQuery.orderByDesc(@NotNull String key) SpeedyQuery.pageNo(@jakarta.validation.constraints.NotNull int pageNo) SpeedyQuery.pageSize(@jakarta.validation.constraints.NotNull int pageSize) SpeedyQuery.prettyPrint()SpeedyQuery.where(@NotNull com.fasterxml.jackson.databind.JsonNode... conditionObjs) Methods in com.github.silent.samurai.speedy.api.client with parameters of type SpeedyQueryModifier and TypeMethodDescriptionSpeedyApi.query(SpeedyQuery speedyQuery) SpeedyClient.query(SpeedyQuery query) -
Uses of SpeedyQuery in com.github.silent.samurai.speedy.api.client.models
Methods in com.github.silent.samurai.speedy.api.client.models that return SpeedyQueryConstructors in com.github.silent.samurai.speedy.api.client.models with parameters of type SpeedyQueryModifierConstructorDescriptionSpeedyQueryRequest(SpeedyQuery speedyQuery, SpeedyApi<T> speedyApi)