Uses of Interface
com.networknt.oas.model.Schema
-
Packages that use Schema Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Schema in com.networknt.oas.model
Methods in com.networknt.oas.model that return Schema Modifier and Type Method Description SchemaSchema. getAdditionalPropertiesSchema()SchemaSchema. getAdditionalPropertiesSchema(boolean elaborate)SchemaSchema. getAllOfSchema(int index)SchemaSchema. getAnyOfSchema(int index)SchemaSchema. getItemsSchema()SchemaSchema. getItemsSchema(boolean elaborate)SchemaSchema. getNotSchema()SchemaSchema. getNotSchema(boolean elaborate)SchemaSchema. getOneOfSchema(int index)SchemaSchema. getProperty(String name)SchemaHeader. getSchema()SchemaHeader. getSchema(boolean elaborate)SchemaMediaType. getSchema()SchemaMediaType. getSchema(boolean elaborate)SchemaOpenApi3. getSchema(String name)SchemaParameter. getSchema()SchemaParameter. getSchema(boolean elaborate)Methods in com.networknt.oas.model that return types with arguments of type Schema Modifier and Type Method Description List<Schema>Schema. getAllOfSchemas()List<Schema>Schema. getAllOfSchemas(boolean elaborate)List<Schema>Schema. getAnyOfSchemas()List<Schema>Schema. getAnyOfSchemas(boolean elaborate)List<Schema>Schema. getOneOfSchemas()List<Schema>Schema. getOneOfSchemas(boolean elaborate)Map<String,Schema>Schema. getProperties()Map<String,Schema>Schema. getProperties(boolean elaborate)Map<String,Schema>OpenApi3. getSchemas()Map<String,Schema>OpenApi3. getSchemas(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Schema Modifier and Type Method Description voidSchema. addAllOfSchema(Schema allOfSchema)voidSchema. addAnyOfSchema(Schema anyOfSchema)voidSchema. addOneOfSchema(Schema oneOfSchema)voidSchema. insertAllOfSchema(int index, Schema allOfSchema)voidSchema. insertAnyOfSchema(int index, Schema anyOfSchema)voidSchema. insertOneOfSchema(int index, Schema oneOfSchema)voidSchema. setAdditionalPropertiesSchema(Schema additionalPropertiesSchema)voidSchema. setAllOfSchema(int index, Schema allOfSchema)voidSchema. setAnyOfSchema(int index, Schema anyOfSchema)voidSchema. setItemsSchema(Schema itemsSchema)voidSchema. setNotSchema(Schema notSchema)voidSchema. setOneOfSchema(int index, Schema oneOfSchema)voidSchema. setProperty(String name, Schema property)voidHeader. setSchema(Schema schema)voidMediaType. setSchema(Schema schema)voidOpenApi3. setSchema(String name, Schema schema)voidParameter. setSchema(Schema schema)Method parameters in com.networknt.oas.model with type arguments of type Schema Modifier and Type Method Description voidSchema. setAllOfSchemas(List<Schema> allOfSchemas)voidSchema. setAnyOfSchemas(List<Schema> anyOfSchemas)voidSchema. setOneOfSchemas(List<Schema> oneOfSchemas)voidSchema. setProperties(Map<String,Schema> properties)voidOpenApi3. setSchemas(Map<String,Schema> schemas) -
Uses of Schema in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Schema Modifier and Type Class Description classSchemaImplFields in com.networknt.oas.model.impl with type parameters of type Schema Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Schema>SchemaImpl. factoryMethods in com.networknt.oas.model.impl that return Schema Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
SchemaSchemaImpl. create(OV modelMember)SchemaSchemaImpl. getAdditionalPropertiesSchema()SchemaSchemaImpl. getAdditionalPropertiesSchema(boolean elaborate)SchemaSchemaImpl. getAllOfSchema(int index)SchemaSchemaImpl. getAnyOfSchema(int index)SchemaSchemaImpl. getItemsSchema()SchemaSchemaImpl. getItemsSchema(boolean elaborate)SchemaSchemaImpl. getNotSchema()SchemaSchemaImpl. getNotSchema(boolean elaborate)SchemaSchemaImpl. getOneOfSchema(int index)SchemaSchemaImpl. getProperty(String name)SchemaHeaderImpl. getSchema()SchemaHeaderImpl. getSchema(boolean elaborate)SchemaMediaTypeImpl. getSchema()SchemaMediaTypeImpl. getSchema(boolean elaborate)SchemaOpenApi3Impl. getSchema(String name)SchemaParameterImpl. getSchema()SchemaParameterImpl. getSchema(boolean elaborate)Methods in com.networknt.oas.model.impl that return types with arguments of type Schema Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Schema>SchemaImpl. builder(OV modelMember)List<Schema>SchemaImpl. getAllOfSchemas()List<Schema>SchemaImpl. getAllOfSchemas(boolean elaborate)List<Schema>SchemaImpl. getAnyOfSchemas()List<Schema>SchemaImpl. getAnyOfSchemas(boolean elaborate)List<Schema>SchemaImpl. getOneOfSchemas()List<Schema>SchemaImpl. getOneOfSchemas(boolean elaborate)Map<String,Schema>SchemaImpl. getProperties()Map<String,Schema>SchemaImpl. getProperties(boolean elaborate)Map<String,Schema>OpenApi3Impl. getSchemas()Map<String,Schema>OpenApi3Impl. getSchemas(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Schema Modifier and Type Method Description voidSchemaImpl. addAllOfSchema(Schema allOfSchema)voidSchemaImpl. addAnyOfSchema(Schema anyOfSchema)voidSchemaImpl. addOneOfSchema(Schema oneOfSchema)voidSchemaImpl. insertAllOfSchema(int index, Schema allOfSchema)voidSchemaImpl. insertAnyOfSchema(int index, Schema anyOfSchema)voidSchemaImpl. insertOneOfSchema(int index, Schema oneOfSchema)voidSchemaImpl. setAdditionalPropertiesSchema(Schema additionalPropertiesSchema)voidSchemaImpl. setAllOfSchema(int index, Schema allOfSchema)voidSchemaImpl. setAnyOfSchema(int index, Schema anyOfSchema)voidSchemaImpl. setItemsSchema(Schema itemsSchema)voidSchemaImpl. setNotSchema(Schema notSchema)voidSchemaImpl. setOneOfSchema(int index, Schema oneOfSchema)voidSchemaImpl. setProperty(String name, Schema property)voidHeaderImpl. setSchema(Schema schema)voidMediaTypeImpl. setSchema(Schema schema)voidOpenApi3Impl. setSchema(String name, Schema schema)voidParameterImpl. setSchema(Schema schema)Method parameters in com.networknt.oas.model.impl with type arguments of type Schema Modifier and Type Method Description voidSchemaImpl. setAllOfSchemas(List<Schema> allOfSchemas)voidSchemaImpl. setAnyOfSchemas(List<Schema> anyOfSchemas)voidSchemaImpl. setOneOfSchemas(List<Schema> oneOfSchemas)voidSchemaImpl. setProperties(Map<String,Schema> properties)voidOpenApi3Impl. setSchemas(Map<String,Schema> schemas)Constructors in com.networknt.oas.model.impl with parameters of type Schema Constructor Description SchemaImpl(Schema schema, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-