Uses of Class
com.kingsrook.qqq.openapi.model.Example
Packages that use Example
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Example in com.kingsrook.qqq.api.model.metadata.fields
Methods in com.kingsrook.qqq.api.model.metadata.fields that return ExampleMethods in com.kingsrook.qqq.api.model.metadata.fields that return types with arguments of type ExampleMethods in com.kingsrook.qqq.api.model.metadata.fields with parameters of type ExampleModifier and TypeMethodDescriptionvoid
ApiFieldMetaData.setExample
(Example example) Setter for exampleApiFieldMetaData.withExample
(Example example) Fluent setter for exampleMethod parameters in com.kingsrook.qqq.api.model.metadata.fields with type arguments of type ExampleModifier and TypeMethodDescriptionvoid
ApiFieldMetaData.setExamples
(Map<String, Example> examples) Setter for examplesApiFieldMetaData.withExamples
(Map<String, Example> examples) Fluent setter for examples -
Uses of Example in com.kingsrook.qqq.middleware.javalin.specs
Methods in com.kingsrook.qqq.middleware.javalin.specs that return types with arguments of type ExampleModifier and TypeMethodDescriptionBasicResponse.examples()
Returns the value of theexamples
record component.Constructor parameters in com.kingsrook.qqq.middleware.javalin.specs with type arguments of type ExampleModifierConstructorDescriptionBasicResponse
(io.javalin.http.HttpStatus status, String description, String schemaRefName, Map<String, Example> examples) ConstructorBasicResponse
(String contentType, io.javalin.http.HttpStatus status, String description, String schemaRefName, Map<String, Example> examples) Creates an instance of aBasicResponse
record class.Constructor -
Uses of Example in com.kingsrook.qqq.middleware.javalin.specs.v1.utils
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.utils that return types with arguments of type ExampleModifier and TypeMethodDescriptionstatic LinkedHashMap
<String, Example> ProcessSpecUtilsV1.buildResponseExample()
-
Uses of Example in com.kingsrook.qqq.openapi.model
Subclasses of Example in com.kingsrook.qqq.openapi.modelMethods in com.kingsrook.qqq.openapi.model that return ExampleModifier and TypeMethodDescriptionFluent setter for refExample.withSummary
(String summary) Fluent setter for summaryFluent setter for valueMethods in com.kingsrook.qqq.openapi.model that return types with arguments of type ExampleModifier and TypeMethodDescriptionComponents.getExamples()
Getter for examplesContent.getExamples()
Getter for examplesParameter.getExamples()
Getter for examplesSchema.getExamples()
Getter for examplesMethods in com.kingsrook.qqq.openapi.model with parameters of type ExampleModifier and TypeMethodDescriptionvoid
Parameter.setExample
(Example example) Setter for exampleParameter.withExample
(Example example) Fluent setter for exampleSchema.withExample
(String name, Example example) Fluent setter for examplesMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type ExampleModifier and TypeMethodDescriptionvoid
Components.setExamples
(Map<String, Example> examples) Setter for examplesvoid
Content.setExamples
(Map<String, Example> examples) Setter for examplesvoid
Parameter.setExamples
(Map<String, Example> examples) Setter for examplesvoid
Schema.setExamples
(Map<String, Example> examples) Setter for examplesComponents.withExamples
(Map<String, Example> examples) Fluent setter for examplesContent.withExamples
(Map<String, Example> examples) Fluent setter for examplesParameter.withExamples
(Map<String, Example> examples) Fluent setter for examplesSchema.withExamples
(Map<String, Example> examples) Fluent setter for examples