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

br.nom.abdon.util.LocalDateISO8601Deserializer Maven / Gradle / Ivy

The newest version!
package br.nom.abdon.util;

import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
import java.time.format.DateTimeFormatter;

/**
 *
 * @author bruno
 */
public class LocalDateISO8601Deserializer extends LocalDateDeserializer{
    
    public LocalDateISO8601Deserializer(){
        super(DateTimeFormatter.ISO_LOCAL_DATE);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy