Uses of Class
org.apache.juneau.bean.openapi3.Encoding
Packages that use Encoding
-
Uses of Encoding in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return EncodingModifier and TypeMethodDescriptionEncoding.addHeader
(String key, HeaderInfo value) Adds one or more values to theheaders property.Encoding.copy()
Make a deep copy of this object.static final Encoding
OpenApiBuilder.encoding()
Creates an emptyEncoding
element.static final Encoding
Creates anEncoding
element with the specifiedcontentType
attribute.Encoding.setAllowReserved
(Boolean value) Bean property setter:explode .Encoding.setContentType
(String value) Bean property setter:url .Encoding.setExplode
(Boolean value) Bean property setter:explode .Encoding.setHeaders
(Map<String, HeaderInfo> value) Bean property setter:variables .Bean property setter:description .protected Encoding
Encoding.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type EncodingMethods in org.apache.juneau.bean.openapi3 with parameters of type EncodingModifier and TypeMethodDescriptionMediaType.addEncoding
(String key, Encoding value) Adds one or more values to thevariables property.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type EncodingModifier and TypeMethodDescriptionMediaType.setEncoding
(Map<String, Encoding> value) Bean property setter:variables .Constructors in org.apache.juneau.bean.openapi3 with parameters of type Encoding