Uses of Class
oracle.dbtools.plugin.api.types.TypeReflection
Packages that use TypeReflection
Package
Description
Provides a layer atop
java.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 TypeReflectionModifier and TypeMethodDescriptiondefault <T> TypeReflection<T>Find match for the specified type<T> TypeReflection<T>Returns theTypeReflectionfor the specified type, note the type must be part of thisTypeReflectionssetdefault <T> TypeReflection<T>Synonym forTypeLocator.forType(Class)<T> TypeReflection<T>Synonym forTypeReflections.forType(Class)Methods in oracle.dbtools.plugin.api.types that return types with arguments of type TypeReflectionModifier and TypeMethodDescriptionTypeReflections.iterator()<T> Set<TypeReflection<? extends T>>TypeLocator.selectType(TypeQualifier<T> service) Choose theTypeReflections that matches the specified criteria<T> Set<TypeReflection<? extends T>>TypeReflections.selectType(TypeQualifier<T> service) Methods in oracle.dbtools.plugin.api.types with parameters of type TypeReflectionModifier and TypeMethodDescriptionintTypeReflection.compareTo(TypeReflection<?> o) booleanTypeQualifier.matches(TypeReflection<?> type) Determines if thisTypeQualifieris a match for the specified type