Class GraphqlFloatCoercing

java.lang.Object
graphql.scalar.GraphqlFloatCoercing
All Implemented Interfaces:
Coercing<Double,Double>

public class GraphqlFloatCoercing extends Object implements Coercing<Double,Double>
The deprecated methods still have implementations in case code outside graphql-java is calling them but internally the call paths have been replaced.
  • Constructor Details

    • GraphqlFloatCoercing

      public GraphqlFloatCoercing()
  • Method Details