类 SchemaImpl.Deserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<SchemaImpl<?>>
org.babyfish.jimmer.client.meta.impl.SchemaImpl.Deserializer
- 所有已实现的接口:
com.fasterxml.jackson.databind.deser.NullValueProvider
- 封闭类:
SchemaImpl<S>
public static class SchemaImpl.Deserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<SchemaImpl<?>>
-
嵌套类概要
从类继承的嵌套类/接口 com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明SchemaImpl<?>deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctx) 从类继承的方法 com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
构造器详细资料
-
Deserializer
public Deserializer()
-
-
方法详细资料
-
deserialize
public SchemaImpl<?> deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctx) throws IOException, com.fasterxml.jackson.core.JacksonException - 指定者:
deserialize在类中com.fasterxml.jackson.databind.JsonDeserializer<SchemaImpl<?>>- 抛出:
IOExceptioncom.fasterxml.jackson.core.JacksonException
-