public class InformerAnnotationUtils
extends java.lang.Object
Constructor and Description |
---|
InformerAnnotationUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends io.kubernetes.client.common.KubernetesListObject> |
resolveApiListType(io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue)
|
static java.lang.Class<? extends io.kubernetes.client.common.KubernetesObject> |
resolveApiType(io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue)
|
public static java.lang.Class<? extends io.kubernetes.client.common.KubernetesObject> resolveApiType(io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue)
annotationValue
- informer annotation valuepublic static java.lang.Class<? extends io.kubernetes.client.common.KubernetesListObject> resolveApiListType(io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue)
annotationValue
- informer annotation value