Package io.smallrye.graphql.schema.model
Class Scalars
- java.lang.Object
-
- io.smallrye.graphql.schema.model.Scalars
-
public class Scalars extends Object
Here we keep all the scalars we know about- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReferencegetFormattedScalar(String className)static ReferencegetIDScalar(String className)static ReferencegetScalar(String identifier)static booleanisScalar(String className)
-