Uses of Class
oracle.dbtools.plugin.api.types.TypeReflections
-
Packages that use TypeReflections Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework.oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package 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 TypeReflections
DependencyInjectionModule. types()
Enumerates the service provider types in this modulestatic TypeReflections
DependencyInjectionModule. 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 TypeReflections
TypeReflections.Builder. build()
Methods in oracle.dbtools.plugin.api.types with parameters of type TypeReflections Modifier and Type Method Description TypeReflections.Builder
TypeReflections.Builder. add(TypeReflections existing)
-