Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object TypeNameMapper
Thread-safe utility for mapping fully qualified class names to Class objects with caching. This object provides efficient type resolution by caching Class instances to avoid repeated Class.forName() calls, which can be expensive.