public class ValueTypeIdResolver
The TypeIdResolver for any interface Value type.
interface Valuepublic ValueTypeIdResolver()
The TypeIdResolver for any interface Value type.
interface Value@NotNull
public com.fasterxml.jackson.databind.JavaType typeFromId(@NotNull
com.fasterxml.jackson.databind.DatabindContext context,
@NotNull
java.lang.String id)
@NotNull
public java.lang.String idFromValue(@NotNull
java.lang.Object value)
@NotNull
public java.lang.String idFromValueAndType(@NotNull
java.lang.Object value,
@NotNull
java.lang.Class<?> suggestedType)
@NotNull public com.fasterxml.jackson.annotation.JsonTypeInfo.Id getMechanism()