T
- An interface extending model descriptor given the descriptor describing the class impelmenting this interface.public interface ModelFactory<T extends ModelDescriptor>
Modifier and Type | Method and Description |
---|---|
DescribedModel<? extends T> |
getModelFromDescriptor(T descriptor)
Get the model for the given descriptor.
|
DescribedModel<? extends T> getModelFromDescriptor(T descriptor)
descriptor
- An object being able to describe the given model.Copyright © 2019. All rights reserved.