Uses of Enum
org.eclipse.microprofile.rest.client.ext.QueryParamStyle
Packages that use QueryParamStyle
Package
Description
APIs for building a type-safe RESTful client leveraging existing Jakarta RESTful Web Services APIs, for example:
APIs for extending MP Rest Client functionality - such as new providers.
-
Uses of QueryParamStyle in org.eclipse.microprofile.rest.client
Methods in org.eclipse.microprofile.rest.client with parameters of type QueryParamStyleModifier and TypeMethodDescriptionRestClientBuilder.queryParamStyle(QueryParamStyle style) Specifies the URI formatting style to use when multiple query parameter values are passed to the client. -
Uses of QueryParamStyle in org.eclipse.microprofile.rest.client.ext
Methods in org.eclipse.microprofile.rest.client.ext that return QueryParamStyleModifier and TypeMethodDescriptionstatic QueryParamStyleReturns the enum constant of this type with the specified name.static QueryParamStyle[]QueryParamStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.