Uses of Class
oracle.dbtools.plugin.api.types.PrimitiveWrapper
-
Packages that use PrimitiveWrapper Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of PrimitiveWrapper in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return PrimitiveWrapper Modifier and Type Method Description static PrimitiveWrapper
PrimitiveWrapper. valueOf(java.lang.Class<?> type)
Determine the appropriatePrimitiveWrapper
for the specified typestatic PrimitiveWrapper
PrimitiveWrapper. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveWrapper[]
PrimitiveWrapper. values()
Returns an array containing the constants of this enum type, in the order they are declared.PrimitiveWrapper
Primitive. wrapper()
Retrieves the equivalent wrapper type for this primitive type
-