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.reflect
package 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 aTypeProvider
for this type, using the specifiedInstanceLocator
to resolve dependencies of the type
-