Uses of Class
io.smallrye.graphql.client.model.helper.TypeModel
-
Packages that use TypeModel Package Description io.smallrye.graphql.client.model.helper -
-
Uses of TypeModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return TypeModel Modifier and Type Method Description TypeModelTypeModel. getArrayElementType()Retrieves the element type for an array type.TypeModelTypeModel. getCollectionElementType()Retrieves the element type for collections.TypeModelTypeModel. getFirstRawType()Retrieves the first raw type.TypeModelTypeModel. getItemTypeOrElementType()Retrieves the item type for collections or arrays.TypeModelTypeModel. getMapKeyType()Retrieves the key type of map type.TypeModelTypeModel. getMapValueType()Retrieves the value type of map type.TypeModelOperationModel. getReturnType()Gets the return type of the GraphQL operation.TypeModelFieldModel. getType()Gets the type model associated with the field.static TypeModelTypeModel. of(org.jboss.jandex.Type type)Factory method to create a TypeModel from a Jandex Type.Methods in io.smallrye.graphql.client.model.helper that return types with arguments of type TypeModel Modifier and Type Method Description Stream<TypeModel>TypeModel. getItemTypes()Retrieves a stream ofTypeModelinstances representing the parameters of parametrized type.Methods in io.smallrye.graphql.client.model.helper with parameters of type TypeModel Modifier and Type Method Description StringOperationModel. fields(TypeModel type)Generates GraphQL query fields for the specifiedTypeModel.StringOperationModel. recursionCheckedFields(TypeModel type)Generates GraphQL query fields for the specifiedTypeModelwith recursion checking.
-