public class ReflectionUtils extends Object
Constructor and Description |
---|
ReflectionUtils() |
Modifier and Type | Method and Description |
---|---|
static Object |
getVmDefaultValueFor(Class<?> type)
Given the primitive type, returns the VM default value for that type in a boxed form.
|
static Annotation[] |
union(Annotation[] a,
Annotation[] b)
Merge two sets of annotations.
|
public static Object getVmDefaultValueFor(Class<?> type)
public static Annotation[] union(Annotation[] a, Annotation[] b)
Copyright © 2017. All rights reserved.