Note that this type is not parameterized (even though it would seemingly make sense), because such type information can not be use effectively during runtime: access is always using either wildcard type, or just basic {@link java.lang.Object}; and so adding type parameter seems like unnecessary extra work.
Actual implementations are strongly recommended to be based on {@link com.facebook.presto.jdbc.internal.jackson.databind.deser.std.StdValueInstantiator}which implements all methods, and as such will be compatible across versions even if new methods were added to this interface.
|
|