Interface SchemaGenerator
- All Known Implementing Classes:
DefaultSchemaGenerator
public interface SchemaGenerator
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.edm.provider.SchemagenerateSchema(Collection<IntegrationObjectItemModel> allModelsForType) Generates aSchemafor anIntegrationObjectItemModeland all of its dependencies.
-
Method Details
-
generateSchema
org.apache.olingo.odata2.api.edm.provider.Schema generateSchema(Collection<IntegrationObjectItemModel> allModelsForType) Generates aSchemafor anIntegrationObjectItemModeland all of its dependencies.- Parameters:
allModelsForType- a model and its dependencies- Returns:
- a schema representing those types
-