Uses of Enum Class
org.apache.juneau.uon.ParamFormat
Packages that use ParamFormat
Package
Description
REST Client API
REST Server Mock API
-
Uses of ParamFormat in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type ParamFormat -
Uses of ParamFormat in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type ParamFormatModifier and TypeMethodDescriptionRestClient.Builder.paramFormat
(ParamFormat value) UonSerializer configuration property: Parameter format. -
Uses of ParamFormat in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type ParamFormat -
Uses of ParamFormat in org.apache.juneau.uon
Methods in org.apache.juneau.uon that return ParamFormatModifier and TypeMethodDescriptionprotected final ParamFormat
UonSerializer.getParamFormat()
Format to use for query/form-data/header values.protected final ParamFormat
UonSerializerSession.getParamFormat()
Format to use for query/form-data/header values.static ParamFormat
Returns the enum constant of this class with the specified name.static ParamFormat[]
ParamFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.uon with parameters of type ParamFormatModifier and TypeMethodDescriptionUonSerializer.Builder.paramFormat
(ParamFormat value) Format to use for query/form-data/header values. -
Uses of ParamFormat in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type ParamFormat