org.springframework.richclient.util
Class ReflectionUtils

java.lang.Object
  extended by org.springframework.util.ReflectionUtils
      extended by org.springframework.richclient.util.ReflectionUtils

public class ReflectionUtils
extends ReflectionUtils

Utility to make class-members accessible.

Author:
Arne Limburg

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.util.ReflectionUtils
ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter
 
Field Summary
 
Fields inherited from class org.springframework.util.ReflectionUtils
COPYABLE_FIELDS
 
Constructor Summary
ReflectionUtils()
           
 
Method Summary
static void makeAccessible(Member member)
           
 
Methods inherited from class org.springframework.util.ReflectionUtils
declaresException, doWithFields, doWithFields, doWithMethods, doWithMethods, findField, findMethod, findMethod, getAllDeclaredMethods, handleInvocationTargetException, handleReflectionException, invokeJdbcMethod, invokeJdbcMethod, invokeMethod, invokeMethod, isPublicStaticFinal, makeAccessible, makeAccessible, makeAccessible, rethrowException, rethrowRuntimeException, setField, shallowCopyFieldState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils

public ReflectionUtils()
Method Detail

makeAccessible

public static void makeAccessible(Member member)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.