Uses of Class
io.smallrye.openapi.internal.models.media.AbstractSchema
Packages that use AbstractSchema
-
Uses of AbstractSchema in io.smallrye.openapi.api.models.media
Subclasses of AbstractSchema in io.smallrye.openapi.api.models.mediaModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSchema in io.smallrye.openapi.internal.models.media
Subclasses of AbstractSchema in io.smallrye.openapi.internal.models.mediaMethods in io.smallrye.openapi.internal.models.media that return AbstractSchemaModifier and TypeMethodDescriptionAbstractSchema.addAllOf(org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addAnyOf(org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addDependentRequired(String newKey, List<String> newValue) AbstractSchema.addDependentSchema(String newKey, org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addEnumeration(Object newValue) AbstractSchema.addExample(Object newValue) AbstractSchema.addOneOf(org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addPatternProperty(String newKey, org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addPrefixItem(org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addProperty(String newKey, org.eclipse.microprofile.openapi.models.media.Schema newValue) AbstractSchema.addRequired(String newValue) AbstractSchema.addType(org.eclipse.microprofile.openapi.models.media.Schema.SchemaType newValue)
OASFactory.createSchema()instead.