Class GraphqlIDCoercing

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

public class GraphqlIDCoercing extends Object implements Coercing<Object,Object>
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

    • GraphqlIDCoercing

      public GraphqlIDCoercing()
  • Method Details