Uses of Class
io.smallrye.graphql.schema.model.Type
-
-
Uses of Type in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type Type Modifier and Type Method Description Map<String,Type>Schema. getInterfaces()Map<String,Type>Schema. getTypes()Methods in io.smallrye.graphql.schema.model with parameters of type Type Modifier and Type Method Description voidSchema. addInterface(Type interfaceType)voidSchema. addType(Type type)Method parameters in io.smallrye.graphql.schema.model with type arguments of type Type Modifier and Type Method Description voidSchema. setInterfaces(Map<String,Type> interfaces)voidSchema. setTypes(Map<String,Type> types)
-