Uses of Class
io.muserver.openapi.ExampleObject
-
Packages that use ExampleObject 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 ExampleObject in io.muserver.openapi
Fields in io.muserver.openapi with type parameters of type ExampleObject Modifier and Type Field Description java.util.Map<java.lang.String,ExampleObject>
ComponentsObject. examples
Deprecated.java.util.Map<java.lang.String,ExampleObject>
MediaTypeObject. examples
Deprecated.useMediaTypeObject.examples()
insteadjava.util.Map<java.lang.String,ExampleObject>
ParameterObject. examples
Deprecated.Methods in io.muserver.openapi that return ExampleObject Modifier and Type Method Description ExampleObject
ExampleObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type ExampleObject Modifier and Type Method Description java.util.Map<java.lang.String,ExampleObject>
ComponentsObject. examples()
java.util.Map<java.lang.String,ExampleObject>
HeaderObject. examples()
java.util.Map<java.lang.String,ExampleObject>
MediaTypeObject. examples()
java.util.Map<java.lang.String,ExampleObject>
ParameterObject. examples()
Method parameters in io.muserver.openapi with type arguments of type ExampleObject Modifier and Type Method Description ComponentsObjectBuilder
ComponentsObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)
HeaderObjectBuilder
HeaderObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)
MediaTypeObjectBuilder
MediaTypeObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)
ParameterObjectBuilder
ParameterObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)
-