Uses of Interface
oracle.dbtools.plugin.api.types.TypeProvider
-
Packages that use TypeProvider Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflectpackage to aid dependency resolution and injection. -
-
Uses of TypeProvider in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeProvider Modifier and Type Method Description TypeProvider<T>TypeReflection. using(InstanceLocator locator)Generates aTypeProviderfor this type, using the specifiedInstanceLocatorto resolve dependencies of the type
-