Class LocalizedAttributeAssociationListSchemaElementGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.association.LocalizedAttributeAssociationListSchemaElementGenerator
All Implemented Interfaces:
SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Association>,Collection<TypeDescriptor>>

public class LocalizedAttributeAssociationListSchemaElementGenerator extends Object implements SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Association>,Collection<TypeDescriptor>>
The LocalizedAttributeAssociationListSchemaElementGenerator creates the association between the localized entity and the entity. Since there is only one localized association per entity, this generator returns a collection containing one association.
  • Constructor Details

    • LocalizedAttributeAssociationListSchemaElementGenerator

      public LocalizedAttributeAssociationListSchemaElementGenerator()
  • Method Details