Class NavigationPropertyListGeneratorRegistry
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.navigation.NavigationPropertyListGeneratorRegistry
-
public class NavigationPropertyListGeneratorRegistry extends java.lang.ObjectThis registry stores a collection of navigation property list generators and combine their results
-
-
Constructor Summary
Constructors Constructor Description NavigationPropertyListGeneratorRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>generate(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)protected java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>>getGenerators()voidsetGenerators(java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>> generators)
-
-
-
Method Detail
-
generate
public java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty> generate(java.util.Collection<IntegrationObjectItemAttributeModel> attributeModels)
-
getGenerators
protected java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>> getGenerators()
-
setGenerators
public void setGenerators(java.util.Collection<SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,java.util.Collection<IntegrationObjectItemAttributeModel>>> generators)
-
-