Class DatacenterToLocation
java.lang.Object
org.jclouds.servermanager.compute.functions.DatacenterToLocation
- All Implemented Interfaces:
com.google.common.base.Function<Datacenter,
,Location> Function<Datacenter,
Location>
@Singleton
public class DatacenterToLocation
extends Object
implements com.google.common.base.Function<Datacenter,Location>
-
Constructor Summary
ConstructorsConstructorDescriptionDatacenterToLocation
(jakarta.inject.Provider<com.google.common.base.Supplier<Location>> provider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
DatacenterToLocation
@Inject public DatacenterToLocation(jakarta.inject.Provider<com.google.common.base.Supplier<Location>> provider)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<Datacenter,
Location> - Specified by:
apply
in interfaceFunction<Datacenter,
Location>
-