public class Primitives extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isNativeJsonType(Class<?> c) |
static boolean |
isPrimitive(Class<?> c) |
public static boolean isPrimitive(Class<?> c)
c
- Class to testpublic static boolean isNativeJsonType(Class<?> c)
c
- Class to testCopyright © 2024. All rights reserved.