@Named @Singleton public class DefaultDependencyCoordinateFactory extends Object implements DependencyCoordinateFactory
| Constructor and Description |
|---|
DefaultDependencyCoordinateFactory() |
| Modifier and Type | Method and Description |
|---|---|
DependencyCoordinate |
create(DependencyCoordinateFactoryRequest request)
Creates a new
DependencyCoordinate object from the request. |
@Nonnull public DependencyCoordinate create(@Nonnull DependencyCoordinateFactoryRequest request)
DependencyCoordinateFactoryDependencyCoordinate object from the request.create in interface DependencyCoordinateFactoryrequest - the request containing the various dataDependencyCoordinate object.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.