Package io.smallrye.graphql.transformation
package io.smallrye.graphql.transformation
-
ClassDescriptionTransforms between char and String.Handles date and time-types from java.time.Parses and formats numbers in the needed format.Handles legacy-date-formats (which aren't required by spec).Converts between number-types.Transformer<IN,
OUT> Transforms incomingTransformer.in(Object)and outgoingTransformer.out(Object)objects to correct types and formats.Exception thrown when the transformation failed on input parameters or return object.