Uses of Class
oracle.dbtools.plugin.api.types.TypeReflection
-
Packages that use TypeReflection Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of TypeReflection in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeReflection Modifier and Type Method Description default <T> TypeReflection<T>
TypeLocator. forType(java.lang.Class<T> type)
Find match for the specified type<T> TypeReflection<T>
TypeReflections. forType(java.lang.Class<T> type)
Returns theTypeReflection
for the specified type, note the type must be part of thisTypeReflections
setdefault <T> TypeReflection<T>
TypeLocator. get(java.lang.Class<T> type)
Synonym forTypeLocator.forType(Class)
<T> TypeReflection<T>
TypeReflections. get(java.lang.Class<T> type)
Synonym forTypeReflections.forType(Class)
Methods in oracle.dbtools.plugin.api.types that return types with arguments of type TypeReflection Modifier and Type Method Description java.util.Iterator<TypeReflection<?>>
TypeReflections. iterator()
<T> java.util.Set<TypeReflection<? extends T>>
TypeLocator. selectType(TypeQualifier<T> service)
Choose theTypeReflection
s that matches the specified criteria<T> java.util.Set<TypeReflection<? extends T>>
TypeReflections. selectType(TypeQualifier<T> service)
Methods in oracle.dbtools.plugin.api.types with parameters of type TypeReflection Modifier and Type Method Description int
TypeReflection. compareTo(TypeReflection<?> o)
boolean
TypeQualifier. matches(TypeReflection<?> type)
Determines if thisTypeQualifier
is a match for the specified type
-