All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.prestosql.jdbc.$internal.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer Maven / Gradle / Ivy

The newest version!
package io.prestosql.jdbc.$internal.jackson.datatype.jsr310.deser.key;

/**
 * @deprecated Due to typo in class name use {@link YearMonthKeyDeserializer} instead.
 */
@Deprecated // since 2.10
public class YearMothKeyDeserializer extends YearMonthKeyDeserializer {
    @SuppressWarnings("hiding")
    public static final YearMothKeyDeserializer INSTANCE = new YearMothKeyDeserializer();

    private YearMothKeyDeserializer() {
        // singleton
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy