Uses of Class
com.kingsrook.qqq.openapi.model.Schema
Packages that use Schema
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Schema in com.kingsrook.qqq.middleware.javalin.schemabuilder
Subclasses of Schema in com.kingsrook.qqq.middleware.javalin.schemabuilderMethods in com.kingsrook.qqq.middleware.javalin.schemabuilder that return SchemaModifier and TypeMethodDescriptionSchemaBuilder.classToSchema
(Class<?> c) default Schema
ToSchema.toSchema()
-
Uses of Schema in com.kingsrook.qqq.middleware.javalin.specs
Methods in com.kingsrook.qqq.middleware.javalin.specs that return types with arguments of type Schema -
Uses of Schema in com.kingsrook.qqq.middleware.javalin.specs.v1
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1 that return types with arguments of type SchemaModifier and TypeMethodDescriptionAuthenticationMetaDataSpecV1.defineComponentSchemas()
ManageSessionSpecV1.defineComponentSchemas()
MetaDataSpecV1.defineComponentSchemas()
ProcessMetaDataSpecV1.defineComponentSchemas()
ProcessStatusSpecV1.defineComponentSchemas()
These aren't in the components sub-package, so they don't get auto-found. -
Uses of Schema in com.kingsrook.qqq.middleware.javalin.specs.v1.responses
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.responses that return Schema -
Uses of Schema in com.kingsrook.qqq.middleware.javalin.specs.v1.utils
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.utils that return SchemaModifier and TypeMethodDescriptionstatic Schema
ProcessSpecUtilsV1.buildResponseSchema()
static Schema
QuerySpecUtils.defineQQueryFilterSchema()
static Schema
QuerySpecUtils.defineQueryJoinsSchema()
static Schema
QuerySpecUtils.getQueryResponseSchema()
-
Uses of Schema in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return SchemaModifier and TypeMethodDescriptionSchema.getItems()
Getter for itemsContent.getSchema()
Getter for schemaParameter.getSchema()
Getter for schemaSchema.withAdditionalProperties
(Schema additionalProperties) Fluent setter for additionalPropertiesSchema.withAdditionalProperties
(Boolean additionalProperties) Fluent setter for additionalPropertiesFluent setter for allOfFluent setter for anyOfSchema.withDescription
(String description) Fluent setter for descriptionSchema.withDiscriminator
(Discriminator discriminator) Fluent setter for discriminatorSchema.withEnumValues
(List<String> enumValues) Fluent setter for enumValuesSchema.withExample
(Object example) Fluent setter for exampleSchema.withExample
(String example) Fluent setter for exampleSchema.withExample
(String name, Example example) Fluent setter for examplesSchema.withExample
(List<?> example) Fluent setter for exampleSchema.withExamples
(Map<String, Example> examples) Fluent setter for examplesSchema.withFormat
(String format) Fluent setter for formatFluent setter for itemsSchema.withMaxLength
(Integer maxLength) Fluent setter for maxLengthSchema.withNullable
(Boolean nullable) Fluent setter for nullableFluent setter for oneOfSchema.withProperties
(Map<String, Schema> properties) Fluent setter for propertiesSchema.withProperty
(String key, Schema schema) Fluent setter for propertiesSchema.withReadOnly
(Boolean readOnly) Fluent setter for readOnlyFluent setter for refSchema.withRefToSchema
(String componentName) Fluent setter for typeDeprecated.Methods in com.kingsrook.qqq.openapi.model that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchema.getAllOf()
Getter for allOfSchema.getAnyOf()
Getter for anyOfSchema.getOneOf()
Getter for oneOfSchema.getProperties()
Getter for propertiesComponents.getSchemas()
Getter for schemasMethods in com.kingsrook.qqq.openapi.model with parameters of type SchemaModifier and TypeMethodDescriptionvoid
Schema.setAdditionalProperties
(Schema additionalProperties) Setter for additionalPropertiesvoid
Setter for itemsvoid
Setter for schemavoid
Setter for schemaSchema.withAdditionalProperties
(Schema additionalProperties) Fluent setter for additionalPropertiesFluent setter for itemsSchema.withProperty
(String key, Schema schema) Fluent setter for propertiesContent.withSchema
(Schema schema) Fluent setter for schemaParameter.withSchema
(Schema schema) Fluent setter for schemaMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type SchemaModifier and TypeMethodDescriptionvoid
Setter for allOfvoid
Setter for anyOfvoid
Setter for oneOfvoid
Schema.setProperties
(Map<String, Schema> properties) Setter for propertiesvoid
Components.setSchemas
(Map<String, Schema> schemas) Setter for schemasFluent setter for allOfFluent setter for anyOfFluent setter for oneOfSchema.withProperties
(Map<String, Schema> properties) Fluent setter for propertiesComponents.withSchemas
(Map<String, Schema> schemas) Fluent setter for schemas