@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)
DependencyCoordinateFactory
DependencyCoordinate
object from the request.create
in interface DependencyCoordinateFactory
request
- the request containing the various dataDependencyCoordinate
object.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.