Interface SchemaGenerator

All Known Implementing Classes:
DefaultSchemaGenerator

public interface SchemaGenerator
  • Method Details

    • generateSchema

      org.apache.olingo.odata2.api.edm.provider.Schema generateSchema(Collection<IntegrationObjectItemModel> allModelsForType)
      Generates a Schema for an IntegrationObjectItemModel and all of its dependencies.
      Parameters:
      allModelsForType - a model and its dependencies
      Returns:
      a schema representing those types