Interface ProductFactory<P extends ProductDescriptor>

    • Method Detail

      • getProductFromDescriptor

        DescribedProduct<? extends P> getProductFromDescriptor​(ProductDescriptor descriptor)
        Constructs the product from a given product descriptor.
        Parameters:
        descriptor - A product descriptor.
        Returns:
        An instance of the product describable by this descriptor.