Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OASchema
Packages that use OASchema
-
Uses of OASchema in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OASchemaModifier and TypeMethodDescriptionOASchema.getItems()OAHeader.getSchema()OAMediaType.getSchema()OAParameter.getSchema()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return types with arguments of type OASchemaMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchemaModifier and TypeMethodDescriptionvoidOASchema.addProperty(String name, OASchema property) voidvoidvoidConstructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchemaModifierConstructorDescriptionOAMediaType(OASchema schema) OAParameter(String name, OAParameter.In in, String description, OASchema schema) OAParameter(String name, String description, OASchema schema)