Class LocalizedEntityTypeElementGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.entity.SingleEntityTypeElementGenerator
de.hybris.platform.odata2services.odata.schema.entity.LocalizedEntityTypeElementGenerator
All Implemented Interfaces:
SchemaElementGenerator<Set<org.apache.olingo.odata2.api.edm.provider.EntityType>,TypeDescriptor>

public class LocalizedEntityTypeElementGenerator extends SingleEntityTypeElementGenerator
Generates EntityTypes for TypeDescriptors with localized attributes.
  • Constructor Details

    • LocalizedEntityTypeElementGenerator

      public LocalizedEntityTypeElementGenerator(@NotNull @NotNull KeyGenerator keyGenerator, @NotNull @NotNull SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Property>,TypeDescriptor> propertiesGenerator)
      Instantiates a new localized entity type generator.
      Parameters:
      keyGenerator - a localized key generator
      propertiesGenerator - property list generator
  • Method Details