Class GraphqlBooleanCoercing

java.lang.Object
graphql.scalar.GraphqlBooleanCoercing
All Implemented Interfaces:
Coercing<Boolean,Boolean>

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