org.zkoss.zel.impl.util
Class ReflectionUtil

java.lang.Object
  extended by org.zkoss.zel.impl.util.ReflectionUtil

public class ReflectionUtil
extends java.lang.Object

Utilities for Managing Serialization and Reflection

Version:
$Id: ReflectionUtil.java 1050683 2010-12-18 17:43:41Z markt $
Author:
Jacob Hookom [[email protected]]

Field Summary
protected static java.lang.String[] PRIMITIVE_NAMES
           
protected static java.lang.Class<?>[] PRIMITIVES
           
 
Method Summary
static java.lang.Class<?> forName(java.lang.String name)
           
protected static java.lang.Class<?> forNamePrimitive(java.lang.String name)
           
static java.lang.reflect.Method getMethod(java.lang.Object base, java.lang.Object property, java.lang.Class<?>[] paramTypes)
          Returns a method based on the criteria
protected static java.lang.String paramString(java.lang.Class<?>[] types)
           
static java.lang.Class<?>[] toTypeArray(java.lang.String[] s)
          Converts an array of Class names to Class types
static java.lang.String[] toTypeNameArray(java.lang.Class<?>[] c)
          Converts an array of Class types to Class names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMITIVE_NAMES

protected static final java.lang.String[] PRIMITIVE_NAMES

PRIMITIVES

protected static final java.lang.Class<?>[] PRIMITIVES
Method Detail

forName

public static java.lang.Class<?> forName(java.lang.String name)
                                  throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

forNamePrimitive

protected static java.lang.Class<?> forNamePrimitive(java.lang.String name)

toTypeArray

public static java.lang.Class<?>[] toTypeArray(java.lang.String[] s)
                                        throws java.lang.ClassNotFoundException
Converts an array of Class names to Class types

Parameters:
s -
Throws:
java.lang.ClassNotFoundException

toTypeNameArray

public static java.lang.String[] toTypeNameArray(java.lang.Class<?>[] c)
Converts an array of Class types to Class names

Parameters:
c -

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Object base,
                                                 java.lang.Object property,
                                                 java.lang.Class<?>[] paramTypes)
                                          throws MethodNotFoundException
Returns a method based on the criteria

Parameters:
base - the object that owns the method
property - the name of the method
paramTypes - the parameter types to use
Returns:
the method specified
Throws:
MethodNotFoundException

paramString

protected static final java.lang.String paramString(java.lang.Class<?>[] types)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo