Uses of Interface
io.smallrye.graphql.spi.ManagedInstance
-
Packages that use ManagedInstance Package Description io.smallrye.graphql.spi -
-
Uses of ManagedInstance in io.smallrye.graphql.spi
Classes in io.smallrye.graphql.spi that implement ManagedInstance Modifier and Type Class Description static classLookupService.DefaultManagedInstance<T>Methods in io.smallrye.graphql.spi that return ManagedInstance Modifier and Type Method Description <T> ManagedInstance<T>LookupService.DefaultLookupService. getInstance(Class<T> declaringClass)<T> ManagedInstance<T>LookupService. getInstance(Class<T> declaringClass)Obtain an instance of the requested class.
-