Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdevimpl.audit.util
Class Classes

java.lang.Object
  extended by oracle.jdevimpl.audit.util.Classes


public class Classes
extends java.lang.Object

java.lang.Class utilities.


Method Summary
static java.lang.String getMethodDescriptor(java.lang.String name, java.lang.String returnType, java.lang.String[] parameterTypes)
           
static java.lang.Class getPrimitiveType(java.lang.Class type)
          Gets the primitive type corresponding to a class, or null if none.
static java.lang.String getTypeDescriptor(java.lang.String type)
           
static java.lang.Class getWrapperType(java.lang.Class type)
          Gets the wrapper type corresponding to a class, or null if the class is not a primitive type.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getPrimitiveType

public static java.lang.Class getPrimitiveType(java.lang.Class type)
Gets the primitive type corresponding to a class, or null if none.

getWrapperType

public static java.lang.Class getWrapperType(java.lang.Class type)
Gets the wrapper type corresponding to a class, or null if the class is not a primitive type.

getMethodDescriptor

public static java.lang.String getMethodDescriptor(java.lang.String name,
                                                   java.lang.String returnType,
                                                   java.lang.String[] parameterTypes)

getTypeDescriptor

public static java.lang.String getTypeDescriptor(java.lang.String type)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.