Class AssociationListGenerator
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.association.AssociationListGenerator
-
- All Implemented Interfaces:
SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>,java.util.Collection<IntegrationObjectItemModel>>
public class AssociationListGenerator extends java.lang.Object implements SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>,java.util.Collection<IntegrationObjectItemModel>>
-
-
Constructor Summary
Constructors Constructor Description AssociationListGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>generate(java.util.Collection<IntegrationObjectItemModel> allIntegrationObjectItemModelsForType)Generates the schema element whose type is defined by T.voidsetAssociationGeneratorRegistry(AssociationGeneratorRegistry associationGeneratorRegistry)
-
-
-
Method Detail
-
generate
public java.util.List<org.apache.olingo.odata2.api.edm.provider.Association> generate(java.util.Collection<IntegrationObjectItemModel> allIntegrationObjectItemModelsForType)
Description copied from interface:SchemaElementGeneratorGenerates the schema element whose type is defined by T.- Specified by:
generatein interfaceSchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.Association>,java.util.Collection<IntegrationObjectItemModel>>- Parameters:
allIntegrationObjectItemModelsForType- the object that is being converted- Returns:
- R the schema element
-
setAssociationGeneratorRegistry
public void setAssociationGeneratorRegistry(AssociationGeneratorRegistry associationGeneratorRegistry)
-
-