Class EntityTypeListGenerator
java.lang.Object
de.hybris.platform.odata2services.odata.schema.entity.EntityTypeListGenerator
- All Implemented Interfaces:
SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.EntityType>,Collection<IntegrationObjectItemModel>>
@Deprecated(since="2211.FP1",
forRemoval=true)
public class EntityTypeListGenerator
extends Object
implements SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.EntityType>,Collection<IntegrationObjectItemModel>>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.olingo.odata2.api.edm.provider.EntityType>generate(Collection<IntegrationObjectItemModel> models) Deprecated, for removal: This API element is subject to removal in a future version.Generates the schema element whose type is defined by T.voidsetEntityTypeGenerators(List<SchemaElementGenerator<Collection<org.apache.olingo.odata2.api.edm.provider.EntityType>, IntegrationObjectItemModel>> entityTypeGenerators) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EntityTypeListGenerator
public EntityTypeListGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
generate
public List<org.apache.olingo.odata2.api.edm.provider.EntityType> generate(Collection<IntegrationObjectItemModel> models) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SchemaElementGeneratorGenerates the schema element whose type is defined by T.- Specified by:
generatein interfaceSchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.EntityType>,Collection<IntegrationObjectItemModel>> - Parameters:
models- the object that is being converted- Returns:
- R the schema element
-
setEntityTypeGenerators
public void setEntityTypeGenerators(List<SchemaElementGenerator<Collection<org.apache.olingo.odata2.api.edm.provider.EntityType>, IntegrationObjectItemModel>> entityTypeGenerators) Deprecated, for removal: This API element is subject to removal in a future version.
-
SchemaElementGenerator<List<EntityType>, Collection<TypeDescriptor>>instead.