Package io.smallrye.graphql.schema.model
Class Transformation
java.lang.Object
io.smallrye.graphql.schema.model.Transformation
- All Implemented Interfaces:
Serializable
Indicate that a field should apply transformation
At the moment this is only on number and date scalars.
We also mark if this is a JsonB annotated field o
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTransformation(Transformation.Type type, String format, String locale, boolean jsonB) -
Method Summary
-
Constructor Details
-
Transformation
public Transformation() -
Transformation
-
-
Method Details