@Component public class ServiceConverter extends Object implements org.springframework.core.convert.converter.GenericConverter
| Constructor and Description |
|---|
ServiceConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object o,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> |
getConvertibleTypes() |
io.fabric8.kubernetes.client.KubernetesClient |
getKubernetesClient() |
void |
setKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient) |
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
getConvertibleTypes in interface org.springframework.core.convert.converter.GenericConverterpublic Object convert(Object o, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
convert in interface org.springframework.core.convert.converter.GenericConverterpublic io.fabric8.kubernetes.client.KubernetesClient getKubernetesClient()
public void setKubernetesClient(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient)
Copyright © 2011–2015 Red Hat. All rights reserved.