public class JdkDeserializers extends Object
Constructor and Description |
---|
JdkDeserializers() |
Modifier and Type | Method and Description |
---|---|
static JsonDeserializer<?> |
find(Class<?> rawType,
String clsName) |
static boolean |
hasDeserializerFor(Class<?> rawType) |
public static JsonDeserializer<?> find(Class<?> rawType, String clsName)
public static boolean hasDeserializerFor(Class<?> rawType)
Copyright © 2008–2021 FasterXML. All rights reserved.