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

se.fortnox.reactivewizard.jaxrs.params.deserializing.DoubleDeserializer Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
package se.fortnox.reactivewizard.jaxrs.params.deserializing;

/**
 * Deserializes doubles.
 */
public class DoubleDeserializer extends NumberDeserializer {

    public DoubleDeserializer() {
        super(Double::valueOf, "invalid.double");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy