public final class ReflectionUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?> | getWrappedClass(Class<?> clazz)Returns the wrapped class type associated with a primitive if one is known. | 
public static Class<?> getWrappedClass(Class<?> clazz)
clazz - The class to get the wrapped class for.Copyright © 2020. All rights reserved.