Class CollectionAssociationGenerator

    • Constructor Detail

      • CollectionAssociationGenerator

        public CollectionAssociationGenerator()
    • Method Detail

      • isApplicable

        public boolean isApplicable​(IntegrationObjectItemAttributeModel attribute)
        Description copied from interface: AssociationGenerator
        Determines if this association generator is applicable for the given attribute
        Parameters:
        attribute - the attribute we are verifying
        Returns:
        true if applicable, otherwise false
      • 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
      • generate

        public org.apache.olingo.odata2.api.edm.provider.Association generate​(IntegrationObjectItemAttributeModel attribute)
        Description copied from interface: AssociationGenerator
        Generates an association for the referenced IntegrationObjectItemAttributeModel
        Parameters:
        attribute - the integration object attribute
        Returns:
        the association