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