Uses of Enum Class
org.apache.juneau.httppart.HttpPartFormat
Packages that use HttpPartFormat
Package
Description
REST Client API
REST Server Mock API
-
Uses of HttpPartFormat in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart that return HttpPartFormatModifier and TypeMethodDescriptionstatic HttpPartFormat
HttpPartFormat.fromString
(String value) Create from lowercase dashed name.HttpPartSchema.getFormat()
Returns theformat field of this schema.Returns theformat field of this schema.static HttpPartFormat
Returns the enum constant of this class with the specified name.static HttpPartFormat[]
HttpPartFormat.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 HttpPartFormatModifier and TypeMethodDescriptionHttpPartSchema.Builder.f
(HttpPartFormat value) Synonym forHttpPartSchema.Builder.format(HttpPartFormat)
.HttpPartSchema.Builder.format
(HttpPartFormat value) format field.boolean
HttpPartFormat.isOneOf
(HttpPartFormat... list) Returnstrue if this format is in the provided list. -
Uses of HttpPartFormat in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi that return HttpPartFormatModifier and TypeMethodDescriptionprotected final HttpPartFormat
OpenApiParser.getFormat()
Returns the default format to use when not otherwise specified viaSchema.format()
protected final HttpPartFormat
OpenApiSerializer.getFormat()
Returns the default format to use when not otherwise specified viaSchema.format()
Methods in org.apache.juneau.oapi with parameters of type HttpPartFormatModifier and TypeMethodDescriptionOpenApiParser.Builder.format
(HttpPartFormat value) OpenApiCommon configuration property: Default format for HTTP parts.OpenApiSerializer.Builder.format
(HttpPartFormat value) OpenApiCommon configuration property: Default format for HTTP parts. -
Uses of HttpPartFormat in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type HttpPartFormatModifier and TypeMethodDescriptionRestClient.Builder.oapiFormat
(HttpPartFormat value) OpenApiCommon configuration property: Default OpenAPI format for HTTP parts. -
Uses of HttpPartFormat in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type HttpPartFormat