Uses of Class
io.smallrye.graphql.client.model.helper.TypeModel
Packages that use TypeModel
-
Uses of TypeModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return TypeModelModifier and TypeMethodDescriptionTypeModel.getArrayElementType()Retrieves the element type for an array type.TypeModel.getCollectionElementType()Retrieves the element type for collections.TypeModel.getFirstRawType()Retrieves the first raw type.TypeModel.getItemTypeOrElementType()Retrieves the item type for collections or arrays.TypeModel.getMapKeyType()Retrieves the key type of map type.TypeModel.getMapValueType()Retrieves the value type of map type.OperationModel.getReturnType()Gets the return type of the GraphQL operation.FieldModel.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 TypeModelModifier and TypeMethodDescriptionTypeModel.getItemTypes()Retrieves a stream ofTypeModelinstances representing the parameters of parametrized type.TypeModel.subtypes()Retrieves the subtypes of the current class based on the `JsonbTypeInfo` annotation.Methods in io.smallrye.graphql.client.model.helper with parameters of type TypeModel