Package 

Object NoOpCoercing

  • All Implemented Interfaces:
    graphql.schema.Coercing

    
    public class NoOpCoercing
     implements Coercing<Any, Any>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object parseLiteral(Object input)
      Object serialize(Object dataFetcherResult)
      Object parseValue(Object input)
      • Methods inherited from class graphql.schema.Coercing

        parseLiteral, valueToLiteral
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait