Class IntegrationKeyPropertyGenerator
java.lang.Object
de.hybris.platform.odata2services.odata.schema.property.IntegrationKeyPropertyGenerator
- All Implemented Interfaces:
SchemaElementGenerator<Optional<org.apache.olingo.odata2.api.edm.provider.Property>,IntegrationObjectItemModel>
public class IntegrationKeyPropertyGenerator
extends Object
implements SchemaElementGenerator<Optional<org.apache.olingo.odata2.api.edm.provider.Property>,IntegrationObjectItemModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.olingo.odata2.api.edm.provider.Property>generate(IntegrationObjectItemModel integrationObjectItemModel) Generates the schema element whose type is defined by T.voidsetAliasGenerator(AliasAnnotationGenerator aliasGenerator)
-
Constructor Details
-
IntegrationKeyPropertyGenerator
public IntegrationKeyPropertyGenerator()
-
-
Method Details
-
generate
public Optional<org.apache.olingo.odata2.api.edm.provider.Property> generate(IntegrationObjectItemModel integrationObjectItemModel) Description copied from interface:SchemaElementGeneratorGenerates the schema element whose type is defined by T.- Specified by:
generatein interfaceSchemaElementGenerator<Optional<org.apache.olingo.odata2.api.edm.provider.Property>,IntegrationObjectItemModel> - Parameters:
integrationObjectItemModel- the object that is being converted- Returns:
- R the schema element
-
setAliasGenerator
-