Class NavigationPropertyGenerator
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.navigation.NavigationPropertyGenerator
-
- All Implemented Interfaces:
SchemaElementGenerator<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,IntegrationObjectItemAttributeModel>
@Deprecated(since="1905.10-CEP", forRemoval=true) public class NavigationPropertyGenerator extends java.lang.Object implements SchemaElementGenerator<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,IntegrationObjectItemAttributeModel>Deprecated, for removal: This API element is subject to removal in a future version.This implementation is deprecated in favor ofNavigationPropertySchemaElementGenerator
-
-
Constructor Summary
Constructors Constructor Description NavigationPropertyGenerator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>generate(IntegrationObjectItemAttributeModel attribute)Deprecated, for removal: This API element is subject to removal in a future version.Generates the schema element whose type is defined by T.voidsetAssociationGeneratorRegistry(AssociationGeneratorRegistry associationGeneratorRegistry)Deprecated, for removal: This API element is subject to removal in a future version.voidsetAttributeListGenerator(SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>,IntegrationObjectItemAttributeModel> generator)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
generate
public java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty> generate(IntegrationObjectItemAttributeModel attribute)
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<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.NavigationProperty>,IntegrationObjectItemAttributeModel>- Parameters:
attribute- the object that is being converted- Returns:
- R the schema element
-
setAttributeListGenerator
public void setAttributeListGenerator(SchemaElementGenerator<java.util.List<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute>,IntegrationObjectItemAttributeModel> generator)
Deprecated, for removal: This API element is subject to removal in a future version.
-
setAssociationGeneratorRegistry
public void setAssociationGeneratorRegistry(AssociationGeneratorRegistry associationGeneratorRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-