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.httppartMethods in org.apache.juneau.httppart that return HttpPartFormatModifier and TypeMethodDescriptionstatic HttpPartFormatHttpPartFormat.fromString(String value) Create from lowercase dashed name.HttpPartSchema.getFormat()Returns theformat field of this schema.Returns theformat field of this schema.static HttpPartFormatReturns 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.booleanHttpPartFormat.isOneOf(HttpPartFormat... list) Returnstrue if this format is in the provided list.
- 
Uses of HttpPartFormat in org.apache.juneau.oapiMethods in org.apache.juneau.oapi that return HttpPartFormatModifier and TypeMethodDescriptionprotected final HttpPartFormatOpenApiParser.getFormat()Returns the default format to use when not otherwise specified viaSchema.format()protected final HttpPartFormatOpenApiSerializer.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.clientMethods 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.mockMethods in org.apache.juneau.rest.mock with parameters of type HttpPartFormat