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)Reference.BuilderReference.Builder. type(ReferenceType type)Constructors in io.smallrye.graphql.schema.model with parameters of type ReferenceType Constructor Description Reference(String className, String name, ReferenceType type)
-