Modifier and Type | Method and Description |
---|---|
static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectReader |
createObjectReader(SerdeContext serdeContext) |
static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectWriter |
createObjectWriter(SerdeContext serdeContext) |
static boolean |
hasJsonCreatorAnnotation(Class<?> clazz)
Return true if the given class's constructors have @JsonCreator annotation, else false.
|
public static boolean hasJsonCreatorAnnotation(Class<?> clazz)
public static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectReader createObjectReader(SerdeContext serdeContext)
public static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectWriter createObjectWriter(SerdeContext serdeContext)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.