Class CollectionAssociationGenerator

    • Constructor Detail

      • CollectionAssociationGenerator

        public CollectionAssociationGenerator()
    • Method Detail

      • isApplicable

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

        public org.apache.olingo.odata2.api.edm.provider.Association generate​(IntegrationObjectItemAttributeModel attributeDefinitionModel)
        Description copied from interface: SchemaElementGenerator
        Generates the schema element whose type is defined by T.
        Parameters:
        attributeDefinitionModel - the object that is being converted
        Returns:
        R the schema element