Uses of Class
org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
Packages that use Item
Package
Description
-
Uses of Item in org.eclipse.microprofile.graphql.tck.apps.superhero.api
Methods in org.eclipse.microprofile.graphql.tck.apps.superhero.api that return ItemModifier and TypeMethodDescriptionHeroFinder.getItemById(long id) HeroFinder.updateItemPowerLevel(long itemID, int newLevel) HeroFinder.updateItemPowerLevelPercentage(long itemID, int newLevel) Methods in org.eclipse.microprofile.graphql.tck.apps.superhero.api with parameters of type Item -
Uses of Item in org.eclipse.microprofile.graphql.tck.apps.superhero.model
Methods in org.eclipse.microprofile.graphql.tck.apps.superhero.model that return types with arguments of type ItemMethod parameters in org.eclipse.microprofile.graphql.tck.apps.superhero.model with type arguments of type Item