Uses of Interface
io.smallrye.graphql.spi.LookupService
-
Packages that use LookupService Package Description io.smallrye.graphql.spi -
-
Uses of LookupService in io.smallrye.graphql.spi
Classes in io.smallrye.graphql.spi that implement LookupService Modifier and Type Class Description static classLookupService.DefaultLookupServiceDefault Lookup service that gets used when none is provided with SPI.Fields in io.smallrye.graphql.spi declared as LookupService Modifier and Type Field Description static LookupServiceLookupService. lookupServiceFields in io.smallrye.graphql.spi with type parameters of type LookupService Modifier and Type Field Description static ServiceLoader<LookupService>LookupService. lookupServicesMethods in io.smallrye.graphql.spi that return LookupService Modifier and Type Method Description static LookupServiceLookupService. get()static LookupServiceLookupService. load()
-