public final class ClassUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEnum(Class<?> clazz)
See https://github.com/neo4j/neo4j-ogm/issues/643.
|
static boolean |
isEnum(Object object) |
public static boolean isEnum(Class<?> clazz)
Class.isEnum() returns false.clazz - The class to check whether it is an enum or not.clazz is an enum.public static boolean isEnum(Object object)
object - isEnum(Class)Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.