Class ObjectScalar

  • All Implemented Interfaces:
    graphql.schema.GraphQLDirectiveContainer, graphql.schema.GraphQLInputType, graphql.schema.GraphQLNullableType, graphql.schema.GraphQLOutputType, graphql.schema.GraphQLType, graphql.schema.GraphQLUnmodifiedType

    public class ObjectScalar
    extends graphql.schema.GraphQLScalarType
    • Nested Class Summary

      • Nested classes/interfaces inherited from class graphql.schema.GraphQLScalarType

        graphql.schema.GraphQLScalarType.Builder
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectScalar()  
    • Method Summary

      • Methods inherited from class graphql.schema.GraphQLScalarType

        accept, getChildren, getCoercing, getDefinition, getDescription, getDirectives, getName, newScalar, newScalar, toString, transform
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface graphql.schema.GraphQLDirectiveContainer

        getDirective, getDirectivesByName
    • Constructor Detail

      • ObjectScalar

        public ObjectScalar()