Package org.apache.unomi.graphql.scalars
Class DateTimeFunction
java.lang.Object
org.apache.unomi.graphql.scalars.DateTimeFunction
- All Implemented Interfaces:
graphql.annotations.processor.typeFunctions.TypeFunction
public class DateTimeFunction
extends Object
implements graphql.annotations.processor.typeFunctions.TypeFunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final graphql.scalars.datetime.DateTimeScalar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongraphql.schema.GraphQLType
buildType
(boolean input, Class<?> aClass, AnnotatedType annotatedType, graphql.annotations.processor.ProcessingElementsContainer container) boolean
canBuildType
(Class<?> aClass, AnnotatedType annotatedType) getTypeName
(Class<?> aClass, AnnotatedType annotatedType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.annotations.processor.typeFunctions.TypeFunction
buildType
-
Field Details
-
DATE_TIME_SCALAR
public static final graphql.scalars.datetime.DateTimeScalar DATE_TIME_SCALAR
-
-
Constructor Details
-
DateTimeFunction
public DateTimeFunction()
-
-
Method Details
-
getTypeName
- Specified by:
getTypeName
in interfacegraphql.annotations.processor.typeFunctions.TypeFunction
-
canBuildType
- Specified by:
canBuildType
in interfacegraphql.annotations.processor.typeFunctions.TypeFunction
-
buildType
public graphql.schema.GraphQLType buildType(boolean input, Class<?> aClass, AnnotatedType annotatedType, graphql.annotations.processor.ProcessingElementsContainer container) - Specified by:
buildType
in interfacegraphql.annotations.processor.typeFunctions.TypeFunction
-