Uses of Class
io.muserver.openapi.EncodingObjectBuilder
-
Packages that use EncodingObjectBuilder Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of EncodingObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return EncodingObjectBuilder Modifier and Type Method Description static EncodingObjectBuilderEncodingObjectBuilder. encodingObject()Creates a builder for anEncodingObjectEncodingObjectBuilderEncodingObjectBuilder. withAllowReserved(java.lang.Boolean allowReserved)EncodingObjectBuilderEncodingObjectBuilder. withContentType(java.lang.String contentType)EncodingObjectBuilderEncodingObjectBuilder. withExplode(java.lang.Boolean explode)EncodingObjectBuilderEncodingObjectBuilder. withHeaders(java.util.Map<java.lang.String,HeaderObject> headers)EncodingObjectBuilderEncodingObjectBuilder. withStyle(java.lang.String style)
-