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 EncodingObjectBuilder
EncodingObjectBuilder. encodingObject()
Creates a builder for anEncodingObject
EncodingObjectBuilder
EncodingObjectBuilder. withAllowReserved(java.lang.Boolean allowReserved)
EncodingObjectBuilder
EncodingObjectBuilder. withContentType(java.lang.String contentType)
EncodingObjectBuilder
EncodingObjectBuilder. withExplode(java.lang.Boolean explode)
EncodingObjectBuilder
EncodingObjectBuilder. withHeaders(java.util.Map<java.lang.String,HeaderObject> headers)
EncodingObjectBuilder
EncodingObjectBuilder. withStyle(java.lang.String style)
-