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

io.smallrye.graphql.api.CustomFloatScalar Maven / Gradle / Ivy

Go to download

SmallRye specific API, extending the MicroProfile api, allowing us to play with the api first before we move it to the spec

The newest version!
package io.smallrye.graphql.api;

import java.math.BigDecimal;

/**
 * A base class for all CustomScalars that are based on GraphQL's Float.
 */
public interface CustomFloatScalar {
    BigDecimal floatValueForSerialization();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy