P
- The base class of the product descriptors which can be handled by this ProductFactory
.public interface ProductFactory<P extends ProductDescriptor>
Modifier and Type | Method and Description |
---|---|
DescribedProduct<? extends P> |
getProductFromDescriptor(ProductDescriptor descriptor)
Constructs the product from a given product descriptor.
|
DescribedProduct<? extends P> getProductFromDescriptor(ProductDescriptor descriptor)
descriptor
- A product descriptor.Copyright © 2019. All rights reserved.