Class ServiceToServiceType
- java.lang.Object
-
- org.openstack4j.openstack.identity.v2.functions.ServiceToServiceType
-
- All Implemented Interfaces:
com.google.common.base.Function<Access.Service,ServiceType>,Function<Access.Service,ServiceType>
public class ServiceToServiceType extends Object implements com.google.common.base.Function<Access.Service,ServiceType>
A Function which takes a ServiceCatalog -> Service and returns the corresponding common ServiceType- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description ServiceToServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceTypeapply(Access.Service input)
-
-
-
Method Detail
-
apply
public ServiceType apply(Access.Service input)
- Specified by:
applyin interfacecom.google.common.base.Function<Access.Service,ServiceType>- Specified by:
applyin interfaceFunction<Access.Service,ServiceType>
-
-