Class CollectionAssociationGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.association.AbstractAssociationGenerator
de.hybris.platform.odata2services.odata.schema.association.CollectionAssociationGenerator
All Implemented Interfaces:
AssociationGenerator, SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.Association,TypeAttributeDescriptor>

public class CollectionAssociationGenerator extends AbstractAssociationGenerator
  • Constructor Details

    • CollectionAssociationGenerator

      public CollectionAssociationGenerator()
  • Method Details

    • isApplicable

      public boolean isApplicable(TypeAttributeDescriptor attrDescriptor)
      Description copied from interface: AssociationGenerator
      Determines if this association generator is applicable for the given attribute descriptor
      Parameters:
      attrDescriptor - the attribute descriptor we are verifying
      Returns:
      true if applicable, otherwise false