Uses of Class
oracle.dbtools.plugin.api.types.TypeReflections
-
Packages that use TypeReflections Package Description oracle.dbtools.plugin.api.di Ajavax.injectcompatible Dependency Injection (D.I.) framework.oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflectpackage to aid dependency resolution and injection. -
-
Uses of TypeReflections in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return TypeReflections Modifier and Type Method Description default TypeReflectionsDependencyInjectionModule. types()Enumerates the service provider types in this modulestatic TypeReflectionsDependencyInjectionModule. types(java.lang.Class<?>... types) -
Uses of TypeReflections in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeReflections Modifier and Type Method Description TypeReflectionsTypeReflections.Builder. build()Methods in oracle.dbtools.plugin.api.types with parameters of type TypeReflections Modifier and Type Method Description TypeReflections.BuilderTypeReflections.Builder. add(TypeReflections existing)
-