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.reflectpackage 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 PrimitiveWrapperPrimitiveWrapper. valueOf(java.lang.Class<?> type)Determine the appropriatePrimitiveWrapperfor the specified typestatic PrimitiveWrapperPrimitiveWrapper. 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.PrimitiveWrapperPrimitive. wrapper()Retrieves the equivalent wrapper type for this primitive type
-