Uses of Enum Class
org.apache.juneau.httppart.HttpPartCollectionFormat
Packages that use HttpPartCollectionFormat
Package
Description
REST Client API
REST Server Mock API
-
Uses of HttpPartCollectionFormat in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart that return HttpPartCollectionFormatModifier and TypeMethodDescriptionstatic HttpPartCollectionFormat
HttpPartCollectionFormat.fromString
(String value) Create from lowercase string.HttpPartSchema.getCollectionFormat()
Returns thecollectionFormat field of this schema.static HttpPartCollectionFormat
Returns the enum constant of this class with the specified name.static HttpPartCollectionFormat[]
HttpPartCollectionFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.httppart with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionHttpPartSchema.Builder.cf
(HttpPartCollectionFormat value) HttpPartSchema.Builder.collectionFormat
(HttpPartCollectionFormat value) collectionFormat field. -
Uses of HttpPartCollectionFormat in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi that return HttpPartCollectionFormatModifier and TypeMethodDescriptionprotected final HttpPartCollectionFormat
OpenApiParser.getCollectionFormat()
Returns the default collection format to use when not otherwise specified viaSchema.collectionFormat()
protected final HttpPartCollectionFormat
OpenApiSerializer.getCollectionFormat()
Returns the default collection format to use when not otherwise specified viaSchema.collectionFormat()
Methods in org.apache.juneau.oapi with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionOpenApiParser.Builder.collectionFormat
(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts.OpenApiSerializer.Builder.collectionFormat
(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts. -
Uses of HttpPartCollectionFormat in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionRestClient.Builder.oapiCollectionFormat
(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts. -
Uses of HttpPartCollectionFormat in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionMockRestClient.Builder.oapiCollectionFormat
(HttpPartCollectionFormat value)