Class TimeScalar

java.lang.Object
graphql.schema.GraphQLScalarType
io.jmix.graphql.schema.scalar.TimeScalar
All Implemented Interfaces:
graphql.schema.GraphQLDirectiveContainer, graphql.schema.GraphQLInputType, graphql.schema.GraphQLNamedInputType, graphql.schema.GraphQLNamedOutputType, graphql.schema.GraphQLNamedSchemaElement, graphql.schema.GraphQLNamedType, graphql.schema.GraphQLNullableType, graphql.schema.GraphQLOutputType, graphql.schema.GraphQLSchemaElement, graphql.schema.GraphQLType, graphql.schema.GraphQLUnmodifiedType

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

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

    graphql.schema.GraphQLScalarType.Builder
  • Field Summary

    Fields inherited from class graphql.schema.GraphQLScalarType

    CHILD_DIRECTIVES
  • Constructor Summary

    Constructors
    Constructor
    Description
    TimeScalar(Datatype<LocalTime> localTimeDatatype, Datatype<Time> timeDatatype)
     
  • Method Summary

    Methods inherited from class graphql.schema.GraphQLScalarType

    accept, equals, getAllDirectivesByName, getChildren, getChildrenWithTypeReferences, getCoercing, getDefinition, getDescription, getDirective, getDirectives, getDirectivesByName, getExtensionDefinitions, getName, getSpecifiedByUrl, hashCode, newScalar, newScalar, toString, transform, withNewChildren

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface graphql.schema.GraphQLDirectiveContainer

    getDirectives