MethodisPrimitiveArrayCheck if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double. @param clazz the class to ch
juice-commons/src/main/java/juice/util/ClassUtils.java:122
MethodisPrimitiveWrapperArrayCheck if the given class represents an array of primitive wrappers, i.e. Boolean, Byte, Character, Short, Integer, Long, Float, or Double. @param claz
juice-commons/src/main/java/juice/util/ClassUtils.java:133