public class KubernetesDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<KubernetesResource>
| Constructor and Description |
|---|
KubernetesDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesResource |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static void |
registerCustomKind(String kind,
Class<? extends KubernetesResource> clazz)
Registers a Custom Resource Definition Kind
|
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic KubernetesResource deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<KubernetesResource>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic static void registerCustomKind(String kind, Class<? extends KubernetesResource> clazz)
Copyright © 2011–2017 Red Hat. All rights reserved.