Package io.smallrye.graphql.scalar.time
Class DateScalar
java.lang.Object
io.smallrye.graphql.scalar.AbstractScalar
io.smallrye.graphql.scalar.time.AbstractDateScalar
io.smallrye.graphql.scalar.time.DateScalar
Scalar for Date.
Both time api LocalDate and sql Date is supported
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.smallrye.graphql.scalar.AbstractScalar
getCoercing, getName, getScalarType, getSupportedClasses
-
Constructor Details
-
DateScalar
public DateScalar()
-