org.kohsuke.stapler
Class ReflectionUtils

java.lang.Object
  extended by org.kohsuke.stapler.ReflectionUtils

public class ReflectionUtils
extends java.lang.Object

Author:
Kohsuke Kawaguchi

Constructor Summary
ReflectionUtils()
           
 
Method Summary
static java.lang.Object getVmDefaultValueFor(java.lang.Class<?> type)
          Given the primitive type, returns the VM default value for that type in a boxed form.
 
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

getVmDefaultValueFor

public static java.lang.Object getVmDefaultValueFor(java.lang.Class<?> type)
Given the primitive type, returns the VM default value for that type in a boxed form. For reference types, return null.



Copyright © 2011. All Rights Reserved.