Package io.jmix.graphql.schema.scalar
Class LocalDateScalar
java.lang.Object
graphql.schema.GraphQLScalarType
io.jmix.graphql.schema.scalar.LocalDateScalar
- 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 LocalDateScalar
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
-
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
-
LOCAL_DATE_FORMAT
- See Also:
-
-
Constructor Details
-
LocalDateScalar
public LocalDateScalar()
-