Class ReflectionUtils
java.lang.Object
org.qubership.atp.auth.springbootstarter.utils.ReflectionUtils
To be deleted in stubbed library, after upgrade to Spring Boot 3.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetGenericClassSimpleName(Object target) Get generic class simple name.
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
getGenericClassSimpleName
Get generic class simple name.- Parameters:
target- Object to get short class name- Returns:
- String short class name.
-