Class LocalDateTimeScalar

java.lang.Object
graphql.schema.GraphQLScalarType
io.jmix.graphql.schema.scalar.LocalDateTimeScalar
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 LocalDateTimeScalar extends graphql.schema.GraphQLScalarType
  • Nested Class Summary

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

    graphql.schema.GraphQLScalarType.Builder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class graphql.schema.GraphQLScalarType

    CHILD_DIRECTIVES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
  • Field Details

  • Constructor Details

    • LocalDateTimeScalar

      public LocalDateTimeScalar()