Example usage for org.springframework.core.type ClassMetadata hasSuperClass

List of usage examples for org.springframework.core.type ClassMetadata hasSuperClass

Introduction

In this page you can find the example usage for org.springframework.core.type ClassMetadata hasSuperClass.

Prototype

default boolean hasSuperClass() 

Source Link

Document

Return whether the underlying class has a super class.

Usage