Uses of Class
io.swagger.v3.oas.annotations.media.Schema.SchemaResolution
-
Packages that use Schema.SchemaResolution Package Description io.swagger.v3.oas.annotations.media -
-
Uses of Schema.SchemaResolution in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return Schema.SchemaResolution Modifier and Type Method Description Schema.SchemaResolution
schemaResolution()
Allows to specify the schema resolution mode for object schemas SchemaResolution.DEFAULT: bundled into components/schemas, $ref with no siblings SchemaResolution.INLINE: inline schema, no $ref SchemaResolution.ALL_OF: bundled into components/schemas, $ref and any context annotation resolution into allOf SchemaResolution.ALL_OF_REF: bundled into components/schemas, $ref into allOf, context annotation resolution into rootstatic Schema.SchemaResolution
Schema.SchemaResolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schema.SchemaResolution[]
Schema.SchemaResolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-