Uses of Class
io.smallrye.graphql.schema.model.ReferenceType
-
-
Uses of ReferenceType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return ReferenceType Modifier and Type Method Description ReferenceTypeReference. getType()This represent the GraphQL Typestatic ReferenceTypeReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceType[]ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type ReferenceType Modifier and Type Method Description voidReference. setType(ReferenceType type)Constructors in io.smallrye.graphql.schema.model with parameters of type ReferenceType Constructor Description Reference(String className, String name, ReferenceType type)Reference(String className, String name, ReferenceType type, String graphQlClassName)Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension)Reference(String className, String name, ReferenceType type, String graphQlClassName, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension, AdaptTo adaptTo, AdaptWith adaptWith, List<DirectiveInstance> directiveInstances)Reference(String className, String name, ReferenceType type, Map<String,Reference> parametrizedTypeArguments, boolean addParametrizedTypeNameExtension)
-