Uses of Class
org.apache.juneau.bean.openapi3.Example
Packages that use Example
-
Uses of Example in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return ExampleModifier and TypeMethodDescriptionExample.copy()
Make a deep copy of this object.static final Example
OpenApiBuilder.example()
Creates an emptyExample
element.Example.setDescription
(String value) Bean property setter:description .Example.setExternalValue
(String value) Bean property setter:externalValue .Example.setSummary
(String value) Bean property setter:summary .Bean property setter:value .Example.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type ExampleModifier and TypeMethodDescriptionComponents.getExamples()
Returns the examples map.HeaderInfo.getExamples()
Bean property getter:examples .MediaType.getExamples()
Bean property getter:examples .Parameter.getExamples()
Returns the examples map.Methods in org.apache.juneau.bean.openapi3 with parameters of type ExampleModifier and TypeMethodDescriptionHeaderInfo.addExample
(String name, Example example) Adds a single value to theexamples property.MediaType.addExample
(String name, Example example) Adds a single value to theexamples property.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type ExampleModifier and TypeMethodDescriptionComponents.setExamples
(Map<String, Example> value) Sets the examples map.HeaderInfo.setExamples
(Map<String, Example> value) Bean property setter:headers .MediaType.setExamples
(Map<String, Example> value) Bean property setter:headers .Parameter.setExamples
(Map<String, Example> value) Sets the examples map.Constructors in org.apache.juneau.bean.openapi3 with parameters of type Example