org.kohsuke.stapler
Class ReflectionUtils
java.lang.Object
org.kohsuke.stapler.ReflectionUtils
public class ReflectionUtils
- extends Object
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils
public ReflectionUtils()
getVmDefaultValueFor
public static Object getVmDefaultValueFor(Class<?> type)
- Given the primitive type, returns the VM default value for that type in a boxed form.
For reference types, return null.
Copyright © 2010. All Rights Reserved.