↓ 1 callersMethodisPrimitiveOrWrapperCheck if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e. Boolean, B
validator-web/src/main/java/org/devefx/validator/util/ClassUtils.java:258
↓ 1 callersMethodisSimpleValueTypeCheck if the given type represents a "simple" value type: a primitive, a String or other CharSequence, a Number, a Date, a URI, a URL, a Locale or a C
validator-web/src/main/java/org/devefx/validator/util/BeanUtils.java:33