Class ClassSubject

    • Method Detail

      • isAssignableTo

        public void isAssignableTo​(Class<?> clazz)
        Checks that the actual value is a subclass of the given class. Classes are considered to be subclasses of themselves.