Uses of Interface
io.smallrye.graphql.spi.ClassloadingService
-
Packages that use ClassloadingService Package Description io.smallrye.graphql.execution.datafetcher.helper io.smallrye.graphql.spi -
-
Uses of ClassloadingService in io.smallrye.graphql.execution.datafetcher.helper
Fields in io.smallrye.graphql.execution.datafetcher.helper declared as ClassloadingService Modifier and Type Field Description protected ClassloadingServiceAbstractHelper. classloadingService -
Uses of ClassloadingService in io.smallrye.graphql.spi
Classes in io.smallrye.graphql.spi that implement ClassloadingService Modifier and Type Class Description static classClassloadingService.DefaultClassloadingServiceDefault Lookup service that gets used when none is provided with SPI.Fields in io.smallrye.graphql.spi declared as ClassloadingService Modifier and Type Field Description static ClassloadingServiceClassloadingService. classloadingServiceFields in io.smallrye.graphql.spi with type parameters of type ClassloadingService Modifier and Type Field Description static ServiceLoader<ClassloadingService>ClassloadingService. classloadingServicesMethods in io.smallrye.graphql.spi that return ClassloadingService Modifier and Type Method Description static ClassloadingServiceClassloadingService. get()static ClassloadingServiceClassloadingService. load()
-