Uses of Class
com.google.genai.gaos.utils.Globals
Packages that use Globals
-
Uses of Globals in com.google.genai.gaos
Fields in com.google.genai.gaos declared as Globals -
Uses of Globals in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils with parameters of type GlobalsModifier and TypeMethodDescriptionstatic <T> StringUtils.generateURL(Class<T> type, String baseURL, String path, Optional<? extends T> params, Globals globals) static <T> StringUtils.generateURL(Class<T> type, String baseURL, String path, T params, Globals globals) Utils.getHeadersFromMetadata(Object headers, Globals globals) static <T> List<QueryParameter>Utils.getQueryParams(Class<T> type, Optional<? extends T> params, Globals globals) static <T> List<QueryParameter>Utils.getQueryParams(Class<T> type, T params, Globals globals) static <T> List<QueryParameter>QueryParameters.parseQueryParams(Class<T> type, T queryParams, Globals globals) static ObjectUtils.populateGlobal(Object value, String fieldName, String paramType, Globals globals)