Class GraphQLScalar

  • All Implemented Interfaces:

    
    public final class GraphQLScalar
    
                        

    Custom scalar to converter mapping.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ClassName getClassName()
      final ClassName getConverterClassName()
      final String getScalar() Custom GraphQL scalar name.
      final String getType() Fully qualified class name of a custom scalar type, e.g.
      final String getConverter() Fully qualified class name of a custom converter used to convert to/from raw JSON and type
      • Methods inherited from class java.lang.Object

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